foundation-notifications.notificationseverity
Home > @genesislcap/foundation-notifications > NotificationSeverity
NotificationSeverity type
type for notification severity
Signature:
export type NotificationSeverity = 'Information' | 'Warning' | 'Serious' | 'Critical';