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.

8 lines (7 loc) 345 B
import { type GetSamsBatchQuery } from '@tmlmobilidade/types'; /** * Builds `$match` AND clauses for SAM list / export from a parsed batch query (same semantics as the controller list). */ export declare function buildSamsMatch(parsedQuery: GetSamsBatchQuery, options?: { includeApexVersionFilter?: boolean; }): Record<string, unknown>[];