MCPcopy 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
23interface BaseResponseSchema {
24 status: number
25}
26
27interface DataResponseSchema extends BaseResponseSchema {
28 type: "data"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected