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"