UNPKG
@openade/fe
Version:
latest (0.0.1)
0.0.1
Fatturazione Elettronica - Electronic Invoicing for Sistema di Interscambio (SDI)
@openade/fe
/
dist
/
invoice.xml.d.ts
7 lines
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
FatturaElettronica
}
from
'@openade/common'
;
export
declare
function
buildInvoiceXML
(
invoice
:
FatturaElettronica
):
string
;
export
declare
function
validateInvoiceXML
(
xml
:
string
): {
valid
:
boolean
;
errors
:
string
[]; };
//# sourceMappingURL=invoice.xml.d.ts.map