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