@valon-technologies/gestalt
    Preparing search index...

    Interface GetSessionCatalogRequest

    GetSessionCatalogRequest asks a provider for request-scoped catalog extensions.

    interface GetSessionCatalogRequest {
        token: string;
        connectionParams: { [key: string]: string };
        invocationId: string;
        context?: RequestContext;
    }
    Index

    Properties

    token: string
    connectionParams: { [key: string]: string }
    invocationId: string
    context?: RequestContext