explorer-app/types/ecosystem.ts
2024-09-17 08:12:43 +02:00

5 lines
75 B
TypeScript

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