Skip to main content

TodoistUrlInfo

type TodoistUrlInfo = {
commentId: string | null;
id: string;
type: TodoistLinkType;
workspaceId: string | null;
};

The entity a Todoist URL points at.

Properties

commentId

commentId: string | null;

The ID of the comment the URL points at, when the URL names one.


id

id: string;

The ID of the entity.


type

type: TodoistLinkType;

The kind of entity the URL points at.


workspaceId

workspaceId: string | null;

The ID of the workspace the entity belongs to, when the URL names one.