Type alias DashboardStatusResult
DashboardStatusResult: {
componentStatus: {
componentId: string;
refreshDate: string | null;
refreshStatus: string;
}[];
}
Type declaration
componentStatus: {
componentId: string;
refreshDate: string | null;
refreshStatus: string;
}[]