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

View File

@ -1197,7 +1197,7 @@ export type ServerQueryParamsJoinMatchObject<
Field extends object = { [key: string]: any } Field extends object = { [key: string]: any }
> = { > = {
/** Field name from the **Root Table** */ /** Field name from the **Root Table** */
source?: string | ServerQueryParamsJoinMatchSourceTargetObject; source: string | ServerQueryParamsJoinMatchSourceTargetObject;
/** Field name from the **Join Table** */ /** Field name from the **Join Table** */
target?: keyof Field | ServerQueryParamsJoinMatchSourceTargetObject; target?: keyof Field | ServerQueryParamsJoinMatchSourceTargetObject;
/** A literal value: No source and target Needed! */ /** A literal value: No source and target Needed! */

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "2.5.7", "version": "2.5.8",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {