????

Your IP : 18.217.252.137


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/repository/
Upload File :
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;
}