Type Alias: ApiClient
ApiClient =ReturnType<typeofcreateClient>
Reference for the ApiClient type alias, the minimal HTTP client contract the SDK transport accepts so you can plug in axios, fetch, or a custom client.
ApiClient =ReturnType<typeofcreateClient>