Interface Category

interface Category {
    header: string;
    icon: string;
    name: string;
    project_type: string;
}

Properties

header: string

The header under which the category should go

icon: string

The SVG icon of a category

name: string

The name of the category

project_type: string

The project type this category is applicable to