Skip to main content

InsightsObjectType

type InsightsObjectType = "ITEM" | "PROJECT" | "NOTE" | string & Record<string, never>;

Known activity object types. Accepts any string for forward compatibility.