Skip to content

Commit 94c2858

Browse files
committed
fix unknown property accessKey in createClient
1 parent d68d48c commit 94c2858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clients/src/scw/client-settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ import {
1010
isURL,
1111
isZone,
1212
} from '../internal/validations/string-validation'
13-
import type { ProfileDefaultValues } from './client-ini-profile'
13+
import type { Profile } from './client-ini-profile'
1414

1515
/**
1616
* Holds default values of settings.
1717
*
1818
* @public
1919
*/
20-
export type DefaultValues = ProfileDefaultValues & {
20+
export type DefaultValues = Profile & {
2121
/**
2222
* The default number of results when requesting a paginated resource.
2323
*/

0 commit comments

Comments
 (0)