export type Credentials = { clientId: string; secret: string; }; export type Connection = { environment?: string; };