Optionalenvironment?: Supplier<ManagementEnvironment | string>OptionalbaseUrl?: Supplier<string>Optionalheaders?: Record<string, string | Supplier<string | null | undefined> | null | undefined>Additional headers to include in requests.
OptionaltimeoutInSeconds?: numberThe default maximum time to wait for a response in seconds.
OptionalmaxRetries?: numberThe default number of times to retry the request. Defaults to 2.
Optionalfetch?: typeof __typeProvide a custom fetch implementation. Useful for platforms that don't have a built-in fetch or need a custom implementation.
Optionalfetcher?: FetchFunctionOptionallogging?: LogConfig | LoggerConfigure logging for the client.
Specify a custom URL to connect the client to.