MCPcopy Create free account
hub / github.com/comuline/api / DataResponseSchema

Interface DataResponseSchema

src/utils/response.ts:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface DataResponseSchema extends BaseResponseSchema {
28 type: "data"
29 schema: z.ZodTypeAny
30}
31
32interface MetadataResponseSchema extends BaseResponseSchema {
33 type: "metadata"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected