explorer-app/types/feature.ts

4 lines
57 B
TypeScript

export interface Feature {
id: string
name: string
}