export interface ModalNotificationButton {
    label: string;
    action?: string;
    class?: string;
}
