export interface IBaseConfig { clientId: string; scopes?: string; }