Variable: RedactionPointerSchema
ts
const RedactionPointerSchema: ZodObject<{
from: ZodOptional<ZodNumber>;
pointer: ZodString;
reason: ZodOptional<ZodNullable<ZodString>>;
to: ZodOptional<ZodNumber>;
}, $loose>;Defined in: src/v2/models/redactionPointer.ts:4