mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
* 🐛 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,
|
|
];
|