CustomVariableKind🔗Custom variable kindDefinition🔗export interface CustomVariableKind { kind: "CustomVariable"; spec: dashboardv2beta1.CustomVariableSpec; } See also🔗 CustomVariableBuilder