import { PtoVenta } from './PtoVenta';
export interface ResultGet9 {
    PtoVenta?: Array<PtoVenta>;
}
