export interface PanelOptions { visualizationType: Pod; } export enum Pod { LINE = 'Line', BAR = 'Bar', GAUGE = 'Gauge', }