src/collection.js
export * from "./collection/CollectionOptions";
export * from "./collection/CollectionProperty";
export * from "./collection/fetchOptions";
export { default as CollectionProperty } from "./collection/CollectionProperty";
export { default as CollectionShadow } from "./collection/CollectionShadow";
export { default as PojoEndpointProperty } from "./collection/PojoEndpointProperty";
export { default as PojoQueryBuilder } from "./collection/PojoQueryBuilder";
export { default as RestEndpointProperty } from "./collection/RestEndpointProperty";
export { default as RestQueryBuilder } from "./collection/RestQueryBuilder";