Skip to content

Variable: RedactionSectionSchema

ts
const RedactionSectionSchema: ZodObject<{
  redactions: ZodOptional<ZodNullable<ZodArray<ZodObject<{
     from: ZodOptional<ZodNumber>;
     pointer: ZodOptional<ZodString>;
     reason: ZodOptional<ZodString>;
     redactionId: ZodOptional<ZodString>;
     to: ZodOptional<ZodNumber>;
  }, $loose>>>>;
}, $loose>;

Defined in: src/v2/models/redactionSection.ts:5