Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Add export
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh committed Mar 16, 2021
1 parent cba69e9 commit f91f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const createRequestGenerator = <Args, T>(handlers: RequestGenerator<Args,
/**
* Initial parameters that apply to all calls
*/
type InitParams = {
export type InitParams = {
apiVersion?: string;
fetch?: typeof fetch;
} & OmitStrict<RequestInit, 'method' | 'body'> &
Expand Down

0 comments on commit f91f7d5

Please sign in to comment.