Type alias TypeInfoORMDACConfig

TypeInfoORMDACConfig: {
    accessingRole: DACRole;
    getDACRoleById: ((id) => DACRole);
    itemResourcePathPrefix: LiteralValue[];
    relationshipResourcePathPrefix: LiteralValue[];
}

The configuration for the TypeInfoORMService DAC features.

Type declaration