export type InlineMessageVariant = 'error'| 'fatal-error' | 'information' | 'success' | 'warning' | 'discovery' | 'planet';
