@hey-api/client-nuxt@0.2.0
·
46 commits
to main
since this release
Minor Changes
-
#1661
bb6d46a
Thanks @mrlubos! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions genericAdded
ClientOptions
interfaceThe
Config
interface now accepts an optional generic extendingClientOptions
instead ofboolean
typeThrowOnError
.type Foo = Config<false>; // [!code --] type Foo = Config<{ throwOnError: false }>; // [!code ++]