export interface ConfigurationApiInterface { credentials: { [key: string]: string | (() => string | undefined); }; }