Skip to main content

ActivityObjectType

type ActivityObjectType = "task" | "comment" | "project" | string & Record<string, never>;

Type hints for known object types. Accepts any string for forward compatibility.