UNPKG

@4success/nfse-campinas

Version:
11 lines (10 loc) 201 B
import { InfNfse } from './InfNfse'; /** * Nfse * @targetNSAlias `tns` * @targetNamespace `http://www.abrasf.org.br/nfse.xsd` */ export interface Nfse { /** InfNfse */ InfNfse?: InfNfse; }