????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/metadata/types/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/metadata/types/TreeTypes.d.ts |
/** * Tree type. * Specifies what table pattern will be used for the tree entity. */ export type TreeType = "adjacency-list" | "closure-table" | "nested-set" | "materialized-path";