File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export declare namespace ManagementClient {
2323 * @public
2424 */
2525 export interface ManagementClientOptions
26- extends Omit < FernClient . Options , "token" | "environment" | "fetcher" | "baseUrl" > {
26+ extends Omit < FernClient . Options , "token" | "environment" | "fetcher" | "baseUrl" | "fetch" > {
2727 /** Auth0 domain (e.g., 'your-tenant.auth0.com') */
2828 domain : string ;
2929 /**
@@ -208,6 +208,7 @@ export class ManagementClient extends FernClient {
208208
209209 // Temporarily remove fetcher from options to avoid people passing it for now
210210 delete ( _options as any ) . fetcher ;
211+ delete ( _options as any ) . fetch ;
211212
212213 // Prepare the base client options
213214 let clientOptions : any = {
You can’t perform that action at this time.
0 commit comments