export interface ConnectionProps { name: string; baseUrl: string; clientId: string; clientSecret: string; grantType: string; }