mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
971c2c0aed
* 🐛 fix bug where adding multiple intervals would remove the previous one * 🐛 swap hour logic with week logic, change sunday to 0 value * 🔥 remove console.logs * 🔥 remove unused variable * 🔥 remove unused imports
8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
export type ICronExpression = [
|
|
string | Date,
|
|
string | Date,
|
|
string | Date,
|
|
string | Date,
|
|
string | Date,
|
|
];
|