explorer-app/types/usecase.ts

4 lines
57 B
TypeScript

export interface Usecase {
id: string
name: string
}