Skip to main content

PersonalProject

type PersonalProject = {
canAssignTasks: boolean;
childOrder: number;
color: string;
createdAt: string | null;
defaultOrder: number;
description: string;
id: string;
inboxProject: boolean;
isArchived: boolean;
isCollapsed: boolean;
isDeleted: boolean;
isFavorite: boolean;
isFrozen: boolean;
isShared: boolean;
name: string;
parentId: string | null;
updatedAt: string | null;
url: string;
viewStyle: string;
};

Represents a personal project in Todoist.

Type Declaration

NameType
canAssignTasksboolean
childOrdernumber
colorstring
createdAtstring | null
defaultOrdernumber
descriptionstring
idstring
inboxProjectboolean
isArchivedboolean
isCollapsedboolean
isDeletedboolean
isFavoriteboolean
isFrozenboolean
isSharedboolean
namestring
parentIdstring | null
updatedAtstring | null
urlstring
viewStylestring

See

https://todoist.com/api/v1/docs#tag/Projects