export interface DomainRequestEPPRequest { domainid: number; } export interface DomainRequestEPPResponse { result: string; eppcode: string; }