mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 10:13:57 +00:00
fix: update sheduler events info typing
This commit is contained in:
2
packages/types/dbinfo.d.ts
vendored
2
packages/types/dbinfo.d.ts
vendored
@@ -163,7 +163,7 @@ export interface SchedulerEventInfo extends SqlObjectInfo {
|
|||||||
onCompletion: 'PRESERVE' | 'NOT PRESERVE';
|
onCompletion: 'PRESERVE' | 'NOT PRESERVE';
|
||||||
status: 'ENABLED' | 'DISABLED';
|
status: 'ENABLED' | 'DISABLED';
|
||||||
lastExecuted?: string;
|
lastExecuted?: string;
|
||||||
intervalValue: number;
|
intervalValue: string;
|
||||||
intervalField: string;
|
intervalField: string;
|
||||||
starts: string;
|
starts: string;
|
||||||
executeAt: string;
|
executeAt: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user