This commit is contained in:
Benjamin Toby
2024-11-12 06:47:56 +01:00
parent c6964df00b
commit 31597437a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1197,7 +1197,7 @@ export type ServerQueryParamsJoinMatchObject<
Field extends object = { [key: string]: any }
> = {
/** Field name from the **Root Table** */
source?: string | ServerQueryParamsJoinMatchSourceTargetObject;
source: string | ServerQueryParamsJoinMatchSourceTargetObject;
/** Field name from the **Join Table** */
target?: keyof Field | ServerQueryParamsJoinMatchSourceTargetObject;
/** A literal value: No source and target Needed! */