TransformationKind🔗Definition🔗export interface TransformationKind { kind: "Transformation"; // The group is the transformation ID group: string; spec: dashboardv2.TransformationSpec; } See also🔗 TransformationBuilder