export interface NotificationActionButton { label: string; onClick?: any; class?: string; loading?: boolean; }