Variable EquippableItems

EquippableItems: {
    GiantKnife: GiantKnife;
    GoronTunic: GoronTunic;
    HoverBoots: HoverBoots;
    HylianShield: HylianShield;
    IronBoots: IronBoots;
    KokiriBoots: KokiriBoots;
    KokiriShield: KokiriShield;
    KokiriSword: KokiriSword;
    KokiriTunic: KokiriTunic;
    MasterSword: MasterSword;
    MirrorShield: MirrorShield;
    ZoraTunic: ZoraTunic;
    [key: number]: string;
}

Type declaration