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) 211 B
type AnyDoc = Record<string, any>; export declare function enrichUserRefs<T extends AnyDoc>(doc: T): Promise<T>; export declare function enrichUserRefsMany<T extends AnyDoc>(docs: T[]): Promise<T[]>; export {};