diff --git a/src/rest/manager.ts b/src/rest/manager.ts index 7cd0cb1..094ddc9 100644 --- a/src/rest/manager.ts +++ b/src/rest/manager.ts @@ -10,7 +10,8 @@ export type MethodFunction = ( body?: unknown, maxRetries?: number, bucket?: string | null, - rawResponse?: boolean + rawResponse?: boolean, + options?: RequestOptions ) => Promise export interface APIMap extends MethodFunction {