(opts?: { addIndex?: boolean })
| 324 | shouldRename(payload: any): boolean; |
| 325 | renameFieldToPK<T>(qb: IQueryBuilder<T>, ownerAlias?: string, options?: ICriteriaNodeProcessOptions): string; |
| 326 | getPath(opts?: { addIndex?: boolean }): string; |
| 327 | getPivotPath(path: string): string; |
| 328 | } |
| 329 |
no outgoing calls
no test coverage detected