Torn API Client
    Preparing search index...

    Type Alias UserAmmo

    type UserAmmo = {
        id: AmmoId;
        name: string;
        types: UserAmmoType[];
    }
    Index

    Properties

    Properties

    id: AmmoId
    name: string
    types: UserAmmoType[]