MCPcopy
hub / github.com/7836246/cursor2api / RequestsPage

Interface RequestsPage

vue-ui/src/api.ts:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69export interface RequestsPage {
70 summaries: RequestSummary[];
71 hasMore: boolean;
72 total: number;
73 statusCounts: Record<string, number>;
74}
75
76export interface RequestsFilter {
77 limit?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected