UNPKG

gigya-node

Version:
6 lines (5 loc) 88 B
export interface Phone { type?: string; number: string; } export default Phone;