hmm
This commit is contained in:
parent
08f2f653f9
commit
bd530ecb15
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ export type MethodFunction = (
|
||||||
body?: unknown,
|
body?: unknown,
|
||||||
maxRetries?: number,
|
maxRetries?: number,
|
||||||
bucket?: string | null,
|
bucket?: string | null,
|
||||||
rawResponse?: boolean
|
rawResponse?: boolean,
|
||||||
|
options?: RequestOptions
|
||||||
) => Promise<any>
|
) => Promise<any>
|
||||||
|
|
||||||
export interface APIMap extends MethodFunction {
|
export interface APIMap extends MethodFunction {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue