Skip to content

Commit 898c96f

Browse files
committed
Fix params issue
1 parent 79945b1 commit 898c96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/additional.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export type RequiredOptions<T extends object> = keyof T extends undefined
88
: T
99
export type DevupApiRequestInit = Omit<RequestInit, 'body'> & {
1010
body?: object | RequestInit['body']
11+
params?: Record<string, string | number | boolean | null | undefined>
1112
}

0 commit comments

Comments
 (0)