CustomFormatterVariable🔗Custom formatter variableDefinition🔗export interface CustomFormatterVariable { name: string; type: dashboardv2beta1.VariableType; multi: boolean; includeAll: boolean; } See also🔗 CustomFormatterVariableBuilder