Updates
This commit is contained in:
Vendored
+1
-1
@@ -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! */
|
||||
|
||||
Reference in New Issue
Block a user