????

Your IP : 18.191.89.16


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/TableTypes.d.ts

/**
 * Table type. Tables can be closure, junction,, etc.
 */
export type TableType = "regular" | "view" | "junction" | "closure" | "closure-junction" | "entity-child";