We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3de7a commit b0c58e4Copy full SHA for b0c58e4
src/types.ts
@@ -29,7 +29,7 @@ export interface VFetch {
29
}
30
31
export interface VFetchConfig {
32
- url?: string
+ url: string
33
baseURL?: string
34
body?: any
35
method?: Method
0 commit comments