/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type KPIWidgetData = { backgroundColor?: string; col?: number; color?: string; enabled?: boolean; title?: string; value?: string; }