Interface ScopeOptionsGetters

interface ScopeOptionsGetters {
    getDefaultScope?: DefaultScopeGetter;
    getScopes?: ScopesOptionsGetter;
}

Properties

getDefaultScope?: DefaultScopeGetter