diff --git a/src/types.ts b/src/types.ts index 66a84faf..cd5444f8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -5,11 +5,11 @@ export interface $Fetch { ( request: FetchRequest, - options?: FetchOptions + options?: FetchOptions ): Promise>; raw( request: FetchRequest, - options?: FetchOptions + options?: FetchOptions ): Promise>>; native: Fetch; create(defaults: FetchOptions, globalOptions?: CreateFetchOptions): $Fetch;