export type SafeAny = any; export type Primitive = string | number | boolean; export type AlertLevel = 'info' | 'success' | 'warn' | 'error';