gisaf-frontend/src/app/openapi/models/ModelValue.ts

13 lines
267 B
TypeScript
Raw Normal View History

2024-03-08 12:09:02 +05:30
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ModelValue = {
name: string;
title: string;
unit: string;
chartType?: string;
chartColor?: string;
};