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