JSPM

ixiclinic-types

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q24281F
  • License MIT

Tipos compartidos para el ecosistema IxiClinic SaaS

Package Exports

  • ixiclinic-types
  • ixiclinic-types/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ixiclinic-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ixiclinic-types

Tipos TypeScript compartidos para el ecosistema IxiClinic SaaS.

Instalación

npm install ixiclinic-types

Uso

import { Account, Patient, Invoice, InvoiceStatus } from 'ixiclinic-types'

// Para el portal admin, usar admin-exports
import { AdminMetrics, AccountSummary } from 'ixiclinic-types/admin-exports'

Tipos Disponibles

  • Clínica: Patient, User, Appointment, MedicalHistory
  • Facturación: Invoice, Payment, InsuranceCompany
  • Inventario: Inventory, Item, Brand
  • SaaS: Account, Plan, Subscription
  • Admin: AdminMetrics, AccountSummary, SystemAlert

Desarrollo

# Compilar tipos
npm run build

# Modo desarrollo
npm run dev

# Publicar nueva versión
npm run publish-types