feat: start of EPP form

This commit is contained in:
Maël Gangloff
2025-02-24 22:18:49 +01:00
parent 77e7d6cdf8
commit 7b0c3f4c07
6 changed files with 229 additions and 6 deletions

View File

@@ -6,7 +6,8 @@ export enum ConnectorProvider {
Gandi = 'gandi',
AutoDNS = 'autodns',
Namecheap = 'namecheap',
'Name.com' = 'namecom'
'Name.com' = 'namecom',
EPP = 'epp'
}
export interface Connector {