UNPKG

gigya-node

Version:
12 lines (10 loc) 209 B
export interface Work { company?: string; companyID?: string; title?: string; companySize?: string; startDate?: string; endDate?: string; industry?: string; } export default Work;