Skip to content

Variable: IdSchema

ts
const IdSchema: ZodObject<{
  id: ZodNumber;
}, $loose>;

Defined in: src/cloud/models/id.ts:4