export interface SnackBarInjectionData { message: string; matIconName: string; closable?: boolean; }