UNPKG

@vexta-systems/node-mde

Version:

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

52 lines (51 loc) 1.38 kB
export = schema; declare const schema: Readonly<{ DistribuicaoNFeSchema: { new (): {}; montarSchema(options: any): { nfeDistDFeInteresse: { nfeDadosMsg: { distDFeInt: { tpAmb: any; cUFAutor: any; }; }; '@_xmlns': string; }; }; }; DistribuicaoCTeSchema: { new (): {}; montarSchema(options: any): { cteDistDFeInteresse: { cteDadosMsg: { distDFeInt: { tpAmb: any; cUFAutor: any; }; }; '@_xmlns': string; }; }; }; RecepcaoSchema: { new (): {}; montarSchema(options: any): { nfeDadosMsg: { envEvento: { idLote: any; evento: { infEvento: { cOrgao: any; tpAmb: any; }; '@_versao': string; }; '@_xmlns': string; '@_versao': string; }; '@_xmlns': string; }; }; }; }>;