Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comuline/api
/ BaseResponseSchema
Interface
BaseResponseSchema
src/utils/response.ts:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
interface
BaseResponseSchema {
24
status: number
25
}
26
27
interface
DataResponseSchema extends BaseResponseSchema {
28
type
:
"data"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected