UNPKG

facturacionelectronicapy-ts-xmlgen

Version:

Genera el contenido del archivo XML del Documento electrónico exigido por la SET

17 lines (16 loc) • 452 B
import Table from '../helpers/Table'; export declare enum SellerNatureSelfInvoicing { NO_CONTRIBUYENTE = 1, EXTRANJERO = 2 } declare const _default: Table<{ 0: ["_id", SellerNatureSelfInvoicing]; 1: ["description", string]; }, { 0: SellerNatureSelfInvoicing; 1: string; }, SellerNatureSelfInvoicing, Required<{ description?: string | undefined; _id?: SellerNatureSelfInvoicing | undefined; }>>; export default _default;