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

    Function useSeamClient

    • Returns {
          client: null | SeamHttp;
          clientWithoutWorkspace: null | SeamHttpWithoutWorkspace;
          endpointClient: null | SeamHttpEndpoints;
          endpointClientWithoutWorkspace: null | SeamHttpEndpointsWithoutWorkspace;
          error: unknown;
          isError: boolean;
          isPending: boolean;
          queryKeyPrefixes: string[];
      }