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

    Interfaz IGetSellLogResponse

    interface IGetSellLogResponse {
        data: IGetSellLog[];
        totalRows: number;
    }
    Índice

    Properties

    Properties

    data: IGetSellLog[]
    totalRows: number