import { httpLog } from "./http-log";
export interface batchLog {
    readonly logBuffer: httpLog[];
}
