Skip to content

Variable: UpdateCustomContentSchema

ts
const UpdateCustomContentSchema: ZodObject<{
  body: ZodOptional<ZodRecord<ZodString, ZodAny>>;
  id: ZodNumber;
}, $strip>;

Defined in: src/v2/parameters/updateCustomContent.ts:3