Variable: CreateCustomContentSchema
ts
const CreateCustomContentSchema: ZodObject<{
body: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $strip>;Defined in: src/v2/parameters/createCustomContent.ts:3