explorer-app/types/feature.ts

5 lines
57 B
TypeScript

export interface Feature {
id: string
name: string
}