interface GetDashboardResponse {
    dashboard?: Dashboard;
}

Properties

Properties

dashboard?: Dashboard