From 2eddca160bf2cdff1ba5d04fa19daa979db409f4 Mon Sep 17 00:00:00 2001 From: Johannes Vogel Date: Mon, 22 Jan 2024 15:52:44 +0100 Subject: [PATCH] [wip]: tests + draft --- apis/cqn.d.ts | 7 +++++-- test/typescript/apis/project/cds-ql.ts | 1 + test/typescript/apis/project/cds-services.ts | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) 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