import type { HttpApi } from '../HttpApi'; export type InferHttpRequestQueryType = T extends HttpApi ? ReqQueryT : never; //# sourceMappingURL=InferHttpRequestQueryType.d.ts.map