export default interface IInstanceConfig {
    scopes: string[]
    state: string
    callbackURL: string
}