/** * Type of the object. * @beta */ export type GenAIObjectType = "dataset" | "attribute" | "label" | "fact" | "date" | "metric" | "visualization" | "dashboard"; //# sourceMappingURL=common.d.ts.map