Interface IDpistatsTable

interface IDpistatsTable {
    by_app: IByApp[];
    by_cat: IByCat[];
    last_updated: number;
}

Properties

by_app: IByApp[]
by_cat: IByCat[]
last_updated: number

Generated using TypeDoc