interface CreateScheduleTaskRequest {
    action: ScheduleTaskAction;
    payload: null | string;
    time_offset: number;
}

Properties

payload: null | string
time_offset: number

Generated using TypeDoc