fix(dashboard): harden scheduled task writes (#36)
This commit is contained in:
@@ -111,6 +111,7 @@ export interface CreateScheduledTaskInput {
|
||||
scheduleType: DashboardTaskScheduleType;
|
||||
scheduleValue: string;
|
||||
contextMode: DashboardTaskContextMode;
|
||||
requestId?: string;
|
||||
}
|
||||
|
||||
export interface UpdateScheduledTaskInput {
|
||||
|
||||
Reference in New Issue
Block a user