UNPKG

gigya-node

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