UNPKG

@tmlmobilidade/interfaces

Version:

This package provides SDK-style connectors for interacting with databases (e.g., stops, plans, rides, alerts) and external providers (e.g., authentication, storage). It simplifies data access and integration across projects.

5 lines (4 loc) 120 B
/* * */ export * from './common/index.js'; export * from './interfaces/index.js'; export * from './providers/index.js';