Skip to content

Commit ecf3bce

Browse files
feat(types): export RequestOptions type (openai#240)
1 parent d5a5480 commit ecf3bce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ export namespace OpenAI {
201201
export import toFile = Uploads.toFile;
202202
export import fileFromPath = Uploads.fileFromPath;
203203

204+
export import RequestOptions = Core.RequestOptions;
205+
204206
export import Page = Pagination.Page;
205207
export import PageResponse = Pagination.PageResponse;
206208

0 commit comments

Comments
 (0)