export const hallOfFame = [ { avatar: 'https://github.com/ferdikoomen.png', links: [{ icon: 'github', link: 'https://github.com/ferdikoomen' }], name: 'Ferdi Koomen', title: 'OpenAPI TypeScript Codegen', }, { avatar: 'https://github.com/nicolas-chaulet.png', links: [{ icon: 'github', link: 'https://github.com/nicolas-chaulet' }], name: 'Nicolas Chaulet', title: 'Made the Hey API fork', }, { avatar: 'https://github.com/jordanshatford.png', links: [{ icon: 'github', link: 'https://github.com/jordanshatford' }], name: 'Jordan Shatford', title: 'Maintainer and Contributor', }, ];