MCPcopy
hub / github.com/node-cron/node-cron / DetailedValidation

Interface DetailedValidation

src/pattern/validation/pattern-validation.ts:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146export interface DetailedValidation {
147 valid: boolean;
148 /** Present only when `valid` is true. */
149 fields?: ParsedFields;
150 errors: CronFieldError[];
151}
152
153/**
154 * Validates an expression and returns a structured result with every error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected