Skip to main content

Project

Dto used to represent a project of the workspace.

ProjectDto
type ProjectDto = {
id: string;
name: string;
status: ProjectStatus;
color: ProjectColors;
totalAllocation: number;
external_id: string;
};

Properties

NameTypeDescriptionRequiredDefault
idstring (uuid)Project internal identifierYes-
namestringProject nameyes-
colorProjectColorsProject colorNogray
statusProjectStatusProject statusNoTO_DO
totalAllocationnumberTotal count of allocation of the project (in hours or days)No0
external_idstringExternal reference to the projectNo-