splatoon3api - v3.0.1
    Preparing search index...

    Interface SplatnetGear

    interface SplatnetGear {
        additionalGearPowers: SplatGearpower[];
        brand: Brand;
        id: string;
        image: string;
        name: string;
        price: number;
        primaryGearPower: SplatGearpower;
        saleEnd: string;
        type: string;
    }
    Index
    additionalGearPowers: SplatGearpower[]
    brand: Brand
    id: string
    image: string
    name: string
    price: number
    primaryGearPower: SplatGearpower
    saleEnd: string
    type: string