Skip to content

Variable: PutPageClassificationLevelSchema

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

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