- added status grid items

- add react modal pkg
This commit is contained in:
2025-11-28 15:06:03 +00:00
parent 983f307c3f
commit 4e02bafa6a
8 changed files with 195 additions and 9 deletions

View File

@@ -20,6 +20,14 @@ export type Region = {
export type SystemHealthStatus = {
id: string;
tags: string[];
groupID: string;
};
export type StatusGroups = {
channelA: SystemHealthStatus[];
channelB: SystemHealthStatus[];
channelC: SystemHealthStatus[];
default: SystemHealthStatus[];
};
export type BearerTypeFields = {