feat: day of month
This commit is contained in:
@@ -37,6 +37,7 @@ interface ScheduleConfig {
|
|||||||
timezone: string;
|
timezone: string;
|
||||||
lastRunAt?: Date;
|
lastRunAt?: Date;
|
||||||
nextRunAt?: Date;
|
nextRunAt?: Date;
|
||||||
|
dayOfMonth?: string;
|
||||||
cronExpression?: string;
|
cronExpression?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user