6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
export type StatusItem = {
|
|
name:string
|
|
value:number
|
|
unit?:string
|
|
tips:string
|
|
} |