MCPcopy
hub / github.com/imsyy/DailyHotApi / RouterResType

Interface RouterResType

src/types.d.ts:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20// 路由接口数据
21export interface RouterResType {
22 updateTime: string | number;
23 fromCache: boolean;
24 data: ListItem[];
25 message?: string;
26}
27
28// 路由数据
29export interface RouterData extends RouterResType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected