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

Interface WikipediaPage

website/src/types.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type WikipediaPageId = string;
2
3export interface WikipediaPage {
4 readonly id: WikipediaPageId;
5 readonly title: string;
6 readonly url: string;
7 readonly description?: string;
8 readonly thumbnailUrl?: string;
9}
10
11export interface ShortestPathsApiResponse {
12 readonly paths: readonly number[][];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected