nope/modules/xetics-lean-connector/generated/models/KPIWidgetData.ts
2021-08-26 20:47:05 +02:00

12 lines
232 B
TypeScript

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