@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ScheduleAppTaskResponse

    Schedule task response

    interface ScheduleAppTaskResponse {
        task_id: string;
        schedule_id: string;
        next_run_at: string;
    }
    Index

    Properties

    task_id: string
    schedule_id: string
    next_run_at: string