????
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/DeferrableType.d.ts |
/** * DEFERRABLE type to be used to specify if foreign key constraints can be deferred. */ export type DeferrableType = "INITIALLY IMMEDIATE" | "INITIALLY DEFERRED";