MCPcopy
hub / github.com/Tencent/CodeAnalysis / RestfulListAPIParams

Interface RestfulListAPIParams

web/packages/tca-analysis/global.d.ts:7–12  ·  view source on GitHub ↗

列表接口数据结构

Source from the content-addressed store, hash-verified

5
6/** 列表接口数据结构 */
7interface RestfulListAPIParams {
8 results: any[];
9 count: number;
10 next: string;
11 previous: string
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected