diff --git a/apis/cqn.d.ts b/apis/cqn.d.ts index 35bec7e5..f65a7b6d 100644 --- a/apis/cqn.d.ts +++ b/apis/cqn.d.ts @@ -1,8 +1,11 @@ -import { entity } from './csn' // cyclic dependency +import { EntityElements, entity } from './csn' // cyclic dependency import { UnionToIntersection, UnionsToIntersections } from './internal/inference' // FIXME: a union type would be more appropriate here -export type Query = Partial