Skip to content

Variable: ContentStateRestInputSchema

ts
const ContentStateRestInputSchema: ZodObject<{
  color: ZodOptional<ZodString>;
  id: ZodOptional<ZodNumber>;
  name: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/v1/models/contentStateRestInput.ts:4