fix: update sheduler events info typing

This commit is contained in:
Nybkox
2025-01-28 20:27:42 +01:00
parent 687669330d
commit e7e57414b5

View File

@@ -163,7 +163,7 @@ export interface SchedulerEventInfo extends SqlObjectInfo {
onCompletion: 'PRESERVE' | 'NOT PRESERVE';
status: 'ENABLED' | 'DISABLED';
lastExecuted?: string;
intervalValue: number;
intervalValue: string;
intervalField: string;
starts: string;
executeAt: string;