UNPKG

@4success/nfse-campinas

Version:
8 lines (7 loc) 166 B
/** Faixa */ export interface Faixa { /** xs:nonNegativeInteger */ NumeroNfseInicial: string; /** xs:nonNegativeInteger */ NumeroNfseFinal: string; }