UNPKG

@cfdi/complementos

Version:

Libreria para generar complementos del cfdi V4.0

14 lines 341 B
export interface XmlTfd { _attributes: XmlTfdAttributes; } export interface XmlTfdAttributes { Version: string; UUID: string; FechaTimbrado: string; RfcProvCertif: string; Leyenda?: string; SelloCFD: string; NoCertificadoSAT: string; SelloSAT?: string; } //# sourceMappingURL=tfd.com.d.ts.map