MCPcopy
hub / github.com/jwngr/sdow / ShortestPathsApiResponse

Interface ShortestPathsApiResponse

website/src/types.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface ShortestPathsApiResponse {
12 readonly paths: readonly number[][];
13 readonly pages: Record<string, WikipediaPage>;
14 readonly sourcePageTitle: string;
15 readonly targetPageTitle: string;
16 readonly isSourceRedirected: boolean;
17 readonly isTargetRedirected: boolean;
18}
19
20export interface ShortestPathsErrorResponse {
21 readonly error: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected