Skip to content

sweepSchema

const sweepSchema: ZodDefault<ZodObject<{ after: ZodOptional<ZodString>; targetLabel: ZodDefault<ZodString>; textHeuristic: ZodDefault<ZodString>; }, "strip", ZodTypeAny, { after?: string; targetLabel: string; textHeuristic: string; }, { after?: string; targetLabel?: string; textHeuristic?: string; }>>

Defined in: src/config/schema.ts:65