Skip to content

Commit

Permalink
chore(dist): update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Nov 18, 2023
1 parent 0311985 commit 0f0d9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/retrieve.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ type ResponseSuccessHandler = (responseObj: RetrieveResponse) => RetrieveRespons
type ResponseErrorHandler = (responseError: ResponseError, responseObj: RetrieveResponse | undefined, ...fetchParams: RetrieveFetchParams) => ErrorHandlerResult<ResponseError> | Promise<ErrorHandlerResult<ResponseError>>;
declare function retrieve(config: RetrieveConfig): Promise<RetrieveResponse>;

export { BeforeRequestHandler, ErrorCorrectedResult, ErrorMaintainedResult, RequestErrorHandler, ResponseError, ResponseErrorHandler, ResponseSuccessHandler, RetrieveConfig, RetrieveFetchParams, RetrieveResponse, retrieve };
export { type BeforeRequestHandler, type ErrorCorrectedResult, type ErrorMaintainedResult, type RequestErrorHandler, ResponseError, type ResponseErrorHandler, type ResponseSuccessHandler, type RetrieveConfig, type RetrieveFetchParams, type RetrieveResponse, retrieve };
2 changes: 1 addition & 1 deletion dist/retrieve.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f0d9ad

Please sign in to comment.