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