explorer-app/types/ecosystem.ts

6 lines
74 B
TypeScript

export interface Ecosystem {
id: string
name: string
icon: string
}