Variable: CreateCustomContentPropertySchema
ts
const CreateCustomContentPropertySchema: ZodObject<{
customContentId: ZodNumber;
key: ZodOptional<ZodString>;
value: ZodOptional<ZodUnknown>;
}, $strip>;Defined in: src/v2/parameters/createCustomContentProperty.ts:4