VariableValueOption🔗FIXME: should we introduce this? --- Variable value optionDefinition🔗export interface VariableValueOption { label: string; value: dashboardv2beta1.VariableValueSingle; group?: string; } See also🔗 VariableValueOptionBuilder