Passing a Request Transformer Function with Typed Client
is it possible to pass a request transformer function when using the typed client? For example if I want to set a specific header on the request, is the only way defining a
transformClient
transformClient
function or can it be done after the client is constructed?