UNPKG

@rqt/namecheap

Version:

An Implementation Of The Namecheap.com API.

19 lines (16 loc) 666 B
/** * @fileoverview * @externs */ /* typal types/api/address/get-info.xml externs */ /** @const */ var _namecheap = {} /** * @typedef {{ EmailAddress: string, FirstName: string, LastName: string, JobTitle: (string|undefined), Organization: (string|undefined), Address1: string, Address2: (string|undefined), City: string, StateProvince: string, StateProvinceChoice: string, Zip: string, Country: string, Phone: string, PhoneExt: (string|undefined), Fax: (string|undefined) }} */ _namecheap.AddressDetail /* typal types/api/address/get-list.xml externs */ /** * @typedef {{ AddressId: number, AddressName: number, IsDefault: boolean }} */ _namecheap.Address