Type alias TypeInfoORMServiceDACOptions

TypeInfoORMServiceDACOptions: {
    dacConfig: TypeInfoORMDACConfig;
    useDAC: true;
} | {
    useDAC: false;
}

The options determining the usage of DAC features in a TypeInfoORMServiceConfig.

Type declaration

Type declaration

  • useDAC: false