????

Your IP : 18.222.94.214


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