UNPKG

@vexta-systems/node-mde

Version:

Biblioteca para consultar notas e CT-e destinadas e enviar evento de manifestação do destinatário

7 lines (6 loc) 368 B
let DistribuicaoNFeSchema = require("./distribuicaoNFe-schema"), DistribuicaoCTeSchema = require("./distribuicaoCTe-schema"), RecepcaoSchema = require("./recepcaoEvento-schema"), schema = Object.freeze({ DistribuicaoNFeSchema: DistribuicaoNFeSchema, DistribuicaoCTeSchema: DistribuicaoCTeSchema, RecepcaoSchema: RecepcaoSchema }); module.exports = schema;