Skip to content

Variable: RedactionPositionSchema

ts
const RedactionPositionSchema: ZodObject<{
  adfPointer: ZodOptional<ZodString>;
  expectedText: ZodString;
  from: ZodNumber;
  to: ZodNumber;
}, $loose>;

Defined in: src/cloud/models/redactionPosition.ts:5

Represents the position of the redaction