feat: day of month

This commit is contained in:
karishmas6
2024-10-29 00:59:11 +05:30
parent ae7cfcd345
commit fd9d55fbfc

View File

@@ -37,6 +37,7 @@ interface ScheduleConfig {
timezone: string;
lastRunAt?: Date;
nextRunAt?: Date;
dayOfMonth?: string;
cronExpression?: string;
}