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