Onix ERP - Documentación Oficial - v0.0.0
    Preparing search index...

    Interfaz IReporteUtilidadesResponse

    interface IReporteUtilidadesResponse {
        data: IReporteUtilidadRow[];
        totalRows: number;
        totals: IReporteUtilidadTotals;
    }
    Índice

    Properties

    Properties

    totalRows: number