explorer-app/types/category.ts

6 lines
82 B
TypeScript
Raw Normal View History

2023-12-19 18:43:42 +01:00
export interface Category {
id: string
name: string
projectsCount: number
}