Skip to content

Variable: RedactionPointerResponseSchema

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

Defined in: src/v2/models/redactionPointerResponse.ts:4