export interface IDbCommandExecutePlan {
    startedAt: Date;
    finishedAt: Date;
}
