@proofkit/fmodata
Version:
FileMaker OData API client
16 lines (12 loc) • 444 B
text/typescript
/** biome-ignore-all lint/performance/noBarrelFile: Re-exporting QueryBuilder and types */
// Re-export QueryBuilder as the main export
// Export ExpandConfig from canonical shared builder types
export type { ExpandConfig } from "../builders/shared-types";
// Export types
export type {
CountedListResult,
ExpandedRelations,
QueryReturnType,
TypeSafeOrderBy,
} from "./query-builder";
export { QueryBuilder } from "./query-builder";