Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modstart-lib/aigcpanel
/ ApiResult
Interface
ApiResult
src/api/types/base.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
ApiResult<T> {
2
code: number;
3
msg: string;
4
data: T;
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected