| 31 | }; |
| 32 | export type AlertType = 'ERROR' | 'WARN' | 'SUCCESS' | '%future added value'; |
| 33 | export interface AlertMessageType { |
| 34 | readonly text: string; |
| 35 | readonly id: string; |
| 36 | readonly type: AlertType; |
| 37 | } |
| 38 | export {}; |
nothing calls this directly
no outgoing calls
no test coverage detected