We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a969c13 commit a3422b2Copy full SHA for a3422b2
packages/openapi-typescript-helpers/index.d.ts
@@ -138,7 +138,7 @@ export type SuccessResponse<
138
Media extends MediaType = MediaType,
139
> = GetResponseContent<T, Media, OkStatus>;
140
141
-type GetResponseContent<
+export type GetResponseContent<
142
T extends Record<string | number, any>,
143
144
ResponseCode extends keyof T = keyof T,
0 commit comments