explorer-app/types/feature.ts

5 lines
57 B
TypeScript
Raw Permalink Normal View History

export interface Feature {
id: string
name: string
}