explorer-app/types/ecosystem.ts

6 lines
75 B
TypeScript

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