import { Json } from "./openchannel"; export interface Total { start: number; end: number; totals: Json; apps: Json; }