Type Alias CronFileParserResult
CronFileParserResult: { errors: { [key: string]: unknown }; expressions: CronExpression[]; variables: { [key: string]: string };} Type declaration
errors: { [key: string]: unknown }
variables: { [key: string]: string }