UNPKG

gigya-node

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