Skip to content

Commit

Permalink
feat(types): export RequestOptions type (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Aug 23, 2023
1 parent d5a5480 commit ecf3bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ export namespace OpenAI {
export import toFile = Uploads.toFile;
export import fileFromPath = Uploads.fileFromPath;

export import RequestOptions = Core.RequestOptions;

export import Page = Pagination.Page;
export import PageResponse = Pagination.PageResponse;

Expand Down

0 comments on commit ecf3bce

Please sign in to comment.