FreePS/types/NewsShow/StatusItem.ts

6 lines
95 B
TypeScript

export type StatusItem = {
name:string
value:number
unit?:string
tips:string
}