@ascentbv/ts-common - v1.0.209
    Preparing search index...

    Interface ItemGroup

    interface ItemGroup {
        itemIds: string | string[];
        amount?: number;
    }
    Index

    Properties

    Properties

    itemIds: string | string[]

    A list of typeid that validate this item group

    amount?: number