MCPcopy
hub / github.com/ModelEngine-Group/nexent / ApiResponse

Interface ApiResponse

frontend/types/modelConfig.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8// API response type
9export interface ApiResponse<T = any> {
10 code: number;
11 message?: string;
12 data?: T;
13}
14
15// Model source type
16export type ModelSource =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected