Interface SessionRequestInfo

interface SessionRequestInfo {
    [scopes: string]: SessionRequest;
}

Indexable

[scopes: string]: SessionRequest