Type Alias DashboardsGetCRCPortUsageResponse

DashboardsGetCRCPortUsageResponse: { from?: string; to?: string } & {
    crc_ports_usage?: {
        crc_ports_hour_usage?: {
            hour?: string;
            max_usage?: number;
            total_usage?: number;
        }[];
        date_time?: string;
    }[];
}