InsightsObjectType
type InsightsObjectType = "ITEM" | "PROJECT" | "NOTE" | string & Record<string, never>;
Known activity object types. Accepts any string for forward compatibility.
type InsightsObjectType = "ITEM" | "PROJECT" | "NOTE" | string & Record<string, never>;
Known activity object types. Accepts any string for forward compatibility.