UNPKG

gigya-node

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