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

    Type Alias ItemGroup

    type ItemGroup = {
        itemIds: string | string[];
        amount: number;
    }
    Index

    Properties

    Properties

    itemIds: string | string[]

    A list of typeid that validate this item group

    amount: number