2 lines
74 B
TypeScript
2 lines
74 B
TypeScript
export type NotificationLevel = 'success' | 'info' | 'warning' | 'error';
|
export type NotificationLevel = 'success' | 'info' | 'warning' | 'error';
|