iot-ui-vue/src/views/media/DashBoard/typings.d.ts

17 lines
302 B
TypeScript

export type Agg = {
duration: number
total: number
}
export type AggPlaying = {
playerTotal: number
playingTotal: number
}
export type Footer = {
title: string;
value: number | string;
status?: "default" | "error" | "success" | "warning" | "processing"
}