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

Interface CronFieldError

src/pattern/validation/pattern-validation.ts:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128];
129
130export interface CronFieldError {
131 /** The field name, or `'expression'` for whole-expression problems. */
132 field: string;
133 value?: string;
134 message: string;
135}
136
137export interface ParsedFields {
138 second: number[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected