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 79945b1 commit 898c96fCopy full SHA for 898c96f
packages/core/src/additional.ts
@@ -8,4 +8,5 @@ export type RequiredOptions<T extends object> = keyof T extends undefined
8
: T
9
export type DevupApiRequestInit = Omit<RequestInit, 'body'> & {
10
body?: object | RequestInit['body']
11
+ params?: Record<string, string | number | boolean | null | undefined>
12
}
0 commit comments