Torn API Client
    Preparing search index...

    Type Alias TornProperties

    type TornProperties = {
        properties?: {
            cost: number;
            happy: number;
            id: PropertyTypeId;
            modifications: PropertyModificationEnum[];
            name: string;
            staff: PropertyStaffEnum[];
            upkeep: number;
        }[];
    }
    Index

    Properties

    Properties

    properties?: {
        cost: number;
        happy: number;
        id: PropertyTypeId;
        modifications: PropertyModificationEnum[];
        name: string;
        staff: PropertyStaffEnum[];
        upkeep: number;
    }[]