Skip to content

Variable: RedactionSchema

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

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