export interface iNgDiyUiSnackbarNotificationAction { type: "button"; onClick?: (event: Event) => any; }