interface ISessionSummary {
    workspace: ISessionSummaryItem;
    [connection: string]: ISessionSummaryItem;
}

Indexable

Properties

Properties