Skip to content

Variable: ContentPropertyCreateSchema

ts
const ContentPropertyCreateSchema: ZodObject<{
  key: ZodString;
  value: ZodUnion<readonly [ZodArray<ZodString>, ZodBoolean, ZodRecord<ZodString, ZodAny>, ZodString]>;
}, $loose>;

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