????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/repository/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/repository/FindTreesOptions.d.ts |
/** * Special options passed to TreeRepository#findTrees */ export interface FindTreesOptions { /** * When loading a tree from a TreeRepository, limits the depth of the descendents loaded */ depth?: number; }