DatasourceVariableKind🔗Datasource variable kindDefinition🔗export interface DatasourceVariableKind { kind: "DatasourceVariable"; spec: dashboardv2.DatasourceVariableSpec; } See also🔗 DatasourceVariableBuilder