feat(types): add xmlOriginal field to Cfdi interface
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user