feat: add new api

This commit is contained in:
2025-02-02 20:33:35 +03:00
parent a3a19be5a4
commit 2b988db70d
3 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,4 @@
export interface CronUpdateScheduleResponse {
cron: string;
nextStart?: Date[];
}