We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68d48c commit 94c2858Copy full SHA for 94c2858
packages/clients/src/scw/client-settings.ts
@@ -10,14 +10,14 @@ import {
10
isURL,
11
isZone,
12
} from '../internal/validations/string-validation'
13
-import type { ProfileDefaultValues } from './client-ini-profile'
+import type { Profile } from './client-ini-profile'
14
15
/**
16
* Holds default values of settings.
17
*
18
* @public
19
*/
20
-export type DefaultValues = ProfileDefaultValues & {
+export type DefaultValues = Profile & {
21
22
* The default number of results when requesting a paginated resource.
23
0 commit comments