UNPKG

@cambridge-pte/gigya

Version:

Fork of Scott Hvestadt's Gigya SDK for NodeJS.

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