explorer-app/types/category.ts

6 lines
82 B
TypeScript

export interface Category {
id: string
name: string
projectsCount: number
}