UNPKG

@proofkit/fmodata

Version:

FileMaker OData API client

5 lines (4 loc) 322 B
/** biome-ignore-all lint/performance/noBarrelFile: Re-exporting QueryBuilder and types */ export type { ExpandConfig } from '../builders/shared-types.js'; export type { CountedListResult, ExpandedRelations, QueryReturnType, TypeSafeOrderBy, } from './query-builder.js'; export { QueryBuilder } from './query-builder.js';