UNPKG

ll-callmobile-backend

Version:

VoIP Mobile Communications Backend with Supabase, Drizzle ORM, and Dynamic Querying - Deployable as Cloudflare Worker

4 lines 273 B
export { DynamicQuery } from './DynamicQuery'; export type { FilterOperator, SimpleFilter, AdvancedFilter, QueryOptions, QueryResult, TableName, DynamicQueryConfig, SortDirection } from './types'; export type { Database } from './types'; //# sourceMappingURL=index.d.ts.map