| 25 | } |
| 26 | |
| 27 | interface DataResponseSchema extends BaseResponseSchema { |
| 28 | type: "data" |
| 29 | schema: z.ZodTypeAny |
| 30 | } |
| 31 | |
| 32 | interface MetadataResponseSchema extends BaseResponseSchema { |
| 33 | type: "metadata" |
nothing calls this directly
no outgoing calls
no test coverage detected