fork of hey-api/openapi-ts because I need some additional things
1export const hallOfFame = [
2 {
3 avatar: 'https://github.com/ferdikoomen.png',
4 links: [{ icon: 'github', link: 'https://github.com/ferdikoomen' }],
5 name: 'Ferdi Koomen',
6 title: 'OpenAPI TypeScript Codegen',
7 },
8 {
9 avatar: 'https://github.com/nicolas-chaulet.png',
10 links: [{ icon: 'github', link: 'https://github.com/nicolas-chaulet' }],
11 name: 'Nicolas Chaulet',
12 title: 'Made the Hey API fork',
13 },
14 {
15 avatar: 'https://github.com/jordanshatford.png',
16 links: [{ icon: 'github', link: 'https://github.com/jordanshatford' }],
17 name: 'Jordan Shatford',
18 title: 'Maintainer and Contributor',
19 },
20];