interface UpdateProjectCategory {
    description?: string;
    id: number;
    name?: string;
    self?: string;
}

Hierarchy

Properties

description?: string

The description of the project category.

id: number
name?: string

The name of the project category. Required on create, optional on update.

self?: string

The URL of the project category.