- added status grid items
- add react modal pkg
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user