UNPKG

@brizy/media-gallery

Version:
8 lines (7 loc) 205 B
export type IGlobalNotificationType = "error" | "info" | "success"; export interface IGlobalNotification { key: string; type: IGlobalNotificationType; message: string; duration?: number; }