Skip to content

Commit a3422b2

Browse files
committed
fix: GetResponseContent not being exported
1 parent a969c13 commit a3422b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-typescript-helpers/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export type SuccessResponse<
138138
Media extends MediaType = MediaType,
139139
> = GetResponseContent<T, Media, OkStatus>;
140140

141-
type GetResponseContent<
141+
export type GetResponseContent<
142142
T extends Record<string | number, any>,
143143
Media extends MediaType = MediaType,
144144
ResponseCode extends keyof T = keyof T,

0 commit comments

Comments
 (0)