explorer-app/types/usecase.ts

5 lines
57 B
TypeScript

export interface Usecase {
id: string
name: string
}