ActivityObjectType
type ActivityObjectType = "task" | "comment" | "project" | string & Record<string, never>;
Type hints for known object types. Accepts any string for forward compatibility.
type ActivityObjectType = "task" | "comment" | "project" | string & Record<string, never>;
Type hints for known object types. Accepts any string for forward compatibility.