|
@@ -237,11 +237,9 @@ export type NormalizedFieldsClause = string[];
|
|
|
*/
|
|
*/
|
|
|
export declare type IncludeClause =
|
|
export declare type IncludeClause =
|
|
|
| string
|
|
| string
|
|
|
- | string[]
|
|
|
|
|
| NestedIncludeClause
|
|
| NestedIncludeClause
|
|
|
- | NestedIncludeClause[]
|
|
|
|
|
| NormalizedIncludeClause
|
|
| NormalizedIncludeClause
|
|
|
- | NormalizedIncludeClause[];
|
|
|
|
|
|
|
+ | IncludeClause[];
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Nested include clause.
|
|
* Nested include clause.
|