Torn API Client
    Preparing search index...

    Type Alias TornHonor

    Properties 'circulation', 'equipped' & 'rarity' are only populated for honors which do not have type.id value 1.

    type TornHonor = {
        circulation?: number;
        description: string;
        equipped?: number;
        id: HonorId;
        name: string;
        rarity?: HonorRarityEnum;
        type: { id: number; title: HonorTypeEnum };
    }
    Index

    Properties

    circulation?: number
    description: string
    equipped?: number
    name: string
    type: { id: number; title: HonorTypeEnum }