UNPKG

@4success/nfse-campinas

Version:
9 lines (8 loc) 203 B
import { CompNfse } from './CompNfse'; /** ListaNfse */ export interface ListaNfse2 { /** CompNfse[] */ CompNfse?: Array<CompNfse>; /** xs:nonNegativeInteger */ ProximaPagina?: string; }