| 54 | export type AlertType = 'ERROR' | 'WARN' | 'SUCCESS' | '%future added value' |
| 55 | |
| 56 | export interface AlertMessageType { |
| 57 | readonly text: string, |
| 58 | readonly id: string, |
| 59 | readonly type: AlertType, |
| 60 | } |
nothing calls this directly
no outgoing calls
no test coverage detected