Type Alias RefinementCtx

RefinementCtx: {
    addIssue: (arg: Zod.z.IssueData) => void;
    path: (string | number)[];
}