@openpit/engine
    Preparing search index...

    Interface AccountInfo

    The read-side account context for a market-data lookup: anything exposing an accountGroup getter. The engine's policy contexts satisfy this shape.

    interface AccountInfo {
        accountGroup?: AccountGroupId | null;
    }
    Index
    accountGroup?: AccountGroupId | null