ExtendedCommonClientOptions type
Extended common client options that include keep alive and redirect options. This type combines the standard CommonClientOptions with additional options for controlling HTTP connection keep-alive and redirect behavior.
type ExtendedCommonClientOptions = CommonClientOptions & {
keepAliveOptions?: KeepAliveOptions
redirectOptions?: RedirectOptions
}