@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMContext

    Access context for a single ORM call.

    type TypeInfoORMContext = {
        accessingRoleId: string;
    }
    Index

    Properties

    Properties

    accessingRoleId: string

    Role identifier for the caller.

    Required when DAC is enabled; ignored when DAC is disabled.