Interface ISessionContext

interface ISessionContext {
    $forceUpdate(): Promise<boolean>;
    [key: string]: any;
}

Indexable

[key: string]: any

Methods

Methods

Generated using TypeDoc