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

    Function useSeamClient

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