import { SelectableValue } from '@grafana/data'; export function toSelectableValue(t: T): SelectableValue { return { label: t, value: t }; }