UNPKG

@cambridge-pte/gigya

Version:

Fork of Scott Hvestadt's Gigya SDK for NodeJS.

10 lines (9 loc) 197 B
export interface Education { school?: string; schoolType?: string; fieldOfStudy?: string; degree?: string; startYear?: number; endYear?: number; } export default Education;