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

    Interface DashboardTaskHistory

    Dashboard task history

    interface DashboardTaskHistory {
        recent_tasks: TaskHistory[];
        total_count: number;
    }
    Index

    Properties

    recent_tasks: TaskHistory[]
    total_count: number