UNPKG

@nodecfdi/sat-micro-catalogs

Version:
12 lines (10 loc) 177 B
type SatCatalogItem<T extends { id: string; texto: string; } = { id: string; texto: string; }> = T & { etiqueta: string; }; export type { SatCatalogItem };