@seamapi/react-query - v0.2.3
    Preparing search index...

    Interface SeamQueryContext

    interface SeamQueryContext {
        client: SeamHttp | null;
        clientOptions?: { endpoint?: string };
        clientSessionToken?: string;
        consoleSessionToken?: string;
        endpointClient: SeamHttpEndpoints | null;
        publishableKey?: string;
        queryKeyPrefix?: string;
        userIdentifierKey?: string;
        workspaceId?: string;
    }
    Index
    client: SeamHttp | null
    clientOptions?: { endpoint?: string }
    clientSessionToken?: string
    consoleSessionToken?: string
    endpointClient: SeamHttpEndpoints | null
    publishableKey?: string
    queryKeyPrefix?: string
    userIdentifierKey?: string
    workspaceId?: string