export interface DotCMSAuthorizationLoginParams { user: string; password: string; expirationDays: string; host: string; }