Skip to content

Commit 4285e98

Browse files
feat(api): OpenAPI spec update via Stainless API (#334)
1 parent a2783a9 commit 4285e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/zones/dns-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface Nameserver {
6060
/**
6161
* Nameserver type
6262
*/
63-
type: 'cloudflare.standard' | 'cloudflare.foundation_dns';
63+
type: 'cloudflare.standard';
6464
}
6565

6666
export interface DNSSettingEditParams {

0 commit comments

Comments
 (0)