13 lines
267 B
TypeScript
13 lines
267 B
TypeScript
|
/* 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;
|
||
|
};
|
||
|
|