Interface WithExportedScopes

interface WithExportedScopes {
    getExportedScopes(): Scope[];
}

Implemented by

Methods