MCPcopy Create free account
hub / github.com/Tong89/smartNode / RequestOptions

Interface RequestOptions

frontend/src/api/client.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17/** Options accepted by the low-level `request` method. */
18export interface RequestOptions extends Omit<RequestInit, 'signal'> {
19 /** Override the per-request timeout (ms). Pass 0 to disable. */
20 timeoutMs?: number;
21}
22
23/**
24 * Resolve the backend base URL from (in priority order):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected