Skip to content

Variable: PutWhiteboardClassificationLevelSchema

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

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