Type alias StatusSummary

StatusSummary: {
    incidents: Incident[];
    page: Page;
    scheduled_maintenances: Maintenance[];
}

Type declaration