MCPcopy
hub / github.com/fish2018/pansou / SearchResult

Interface SearchResult

typescript/src/utils/http-client.ts:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 * 搜索结果项
31 */
32export interface SearchResult {
33 message_id: string;
34 unique_id: string;
35 channel: string;
36 datetime: string;
37 title: string;
38 content: string;
39 links: Link[];
40 tags?: string[];
41 images?: string[];
42}
43
44/**
45 * 合并后的网盘链接

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected