import { IDbCommandExecutePlan } from './IDbCommandExecutePlan'; export interface IDbCommandResult { plan?: P; data?: T; }