w3gjs
    Preparing search index...

    Type Alias Unit

    type Unit = {
        heroData: HeroData;
        items: Item[];
        unitId: number[];
    }
    Index

    Properties

    Properties

    heroData: HeroData
    items: Item[]
    unitId: number[]