export interface SnackbarModel { visible?: boolean; color?: string; message?: string; }