AdhocVariableKind🔗Adhoc variable kindDefinition🔗export interface AdhocVariableKind { kind: "AdhocVariable"; group: string; datasource?: { name?: string; }; spec: dashboardv2beta1.AdhocVariableSpec; } See also🔗 AdhocVariableBuilder