export interface EngineStatistic {
    active: number;
    running: number;
    name: string;
    total: number;
}
