export interface TriggerDatabaseBackupRequest { callback?: string; createBackupFromDate?: string; tables?: Set; }