| 1 | import contributorsGenerated from './contributors.json' |
| 2 | |
| 3 | export interface Contributor { |
| 4 | name: string |
| 5 | avatar: string |
| 6 | } |
| 7 | |
| 8 | export interface TeamMember { |
| 9 | avatar: string |
nothing calls this directly
no outgoing calls
no test coverage detected