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

Interface ParsedFields

src/pattern/validation/pattern-validation.ts:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137export interface ParsedFields {
138 second: number[];
139 minute: number[];
140 hour: number[];
141 dayOfMonth: (number | string)[];
142 month: number[];
143 dayOfWeek: (number | string)[];
144}
145
146export interface DetailedValidation {
147 valid: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected