UNPKG

@cfdi/complementos

Version:

Libreria para generar complementos del cfdi V4.0

13 lines 472 B
import { XmlGcehAttributes } from '../../../types/complements/hidrocarburos/gceh/gceh.com'; import { ComplementsReturn } from '../../../types'; import { Erogacion } from './Erogacion.gceh'; export declare class Gceh { private gceh; private xmlns; private xmlnskey; private schemaLocation; constructor(data: XmlGcehAttributes); erogacion(ero: Erogacion): void; getComplement(): ComplementsReturn; } //# sourceMappingURL=Gceh.d.ts.map