UNPKG
@nodecfdi/sat-micro-catalogs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Micro Catálogos CFDI del SAT
github.com/nodecfdi/sat-micro-catalogs
nodecfdi/sat-micro-catalogs
@nodecfdi/sat-micro-catalogs
/
build
/
types.d.ts
12 lines
(10 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
type
SatCatalogItem
<T
extends
{
id
:
string
;
texto
:
string
; } = {
id
:
string
;
texto
:
string
; }> = T & {
etiqueta
:
string
; };
export
type
{
SatCatalogItem
};