export interface DeactivateWarning { showWarning: boolean; warningTitle?: string; warningText?: string; }