feat(types): add xmlOriginal field to Cfdi interface

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Consultoria AS
2026-02-17 02:32:34 +00:00
parent 8c0bc799d3
commit ebd099f596

View File

@@ -27,6 +27,7 @@ export interface Cfdi {
estado: EstadoCfdi; estado: EstadoCfdi;
xmlUrl: string | null; xmlUrl: string | null;
pdfUrl: string | null; pdfUrl: string | null;
xmlOriginal: string | null;
createdAt: string; createdAt: string;
} }