6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
export interface DefaultConfigType {
|
||
|
|
||
|
colors: Array<String>;
|
||
|
unit:string,
|
||
|
showValue:Boolean
|
||
|
}
|