explorer-app/types/feature.ts

5 lines
57 B
TypeScript
Raw Normal View History

export interface Feature {
id: string
name: string
}