Skip to content

Commit ead32a1

Browse files
authored
feat: add SVCB HTTPS in DomainRecordType (#1372)
1 parent 885f185 commit ead32a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/clients/src/api/domain/v2beta1/types.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ export type DomainRecordType =
108108
| 'DS'
109109
| 'NAPTR'
110110
| 'DNAME'
111+
| 'SVCB'
112+
| 'HTTPS'
111113

112114
export type DomainRegistrationStatusTransferStatus =
113115
| 'status_unknown'

0 commit comments

Comments
 (0)