MCPcopy Index your code
hub / github.com/upstash/jstack / ClientConfig

Interface ClientConfig

packages/jstack/src/server/client.ts:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120export type InferRouterInputs<T extends Router<any>> = OperationIO<T, "input">
121
122export interface ClientConfig extends ClientRequestOptions {
123 baseUrl: string
124 credentials?: RequestCredentials
125}
126
127export const createClient = <T extends Router<any>>(
128 options?: ClientConfig,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected