export interface ConfirmationAlert { isVisible: boolean; action?: string; message?: string; data?: any; isCheckpointChecked?: boolean; isDataRemoved?: boolean; isRedAlert?: boolean; }