Type alias APIClientConfig

APIClientConfig: Pick<APIClientOptions, "url" | "endpoints">

The required settings needed to create the an API client.

Generated using TypeDoc