Skip to content

Variable: TagSchema

ts
const TagSchema: ZodObject<{
  id: ZodString;
  name: ZodOptional<ZodString>;
}, $strip>;

Defined in: models/tag.ts:5