diff --git a/packages_generated/webhosting/src/v1/types.gen.ts b/packages_generated/webhosting/src/v1/types.gen.ts index 2897835be..8c1a38d47 100644 --- a/packages_generated/webhosting/src/v1/types.gen.ts +++ b/packages_generated/webhosting/src/v1/types.gen.ts @@ -1,7 +1,7 @@ +import type { LanguageCode as StdLanguageCode } from '@scaleway-internal/sdk-std' // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. import type { Money, Region as ScwRegion } from '@scaleway/sdk-client' -import type { LanguageCode as StdLanguageCode } from '@scaleway/sdk-std' export type DnsRecordStatus = 'unknown_status' | 'valid' | 'invalid'