Torn API Client
    Preparing search index...

    Type Alias UserPropertyBasicDetails

    type UserPropertyBasicDetails = {
        happy: number;
        id: PropertyId;
        market_price: number;
        modifications: PropertyModificationEnum[];
        owner: BasicUser;
        property: BasicProperty;
        staff: { amount: number; type: PropertyStaffEnum }[];
        upkeep: { property: number; staff: number };
    }
    Index

    Properties

    happy: number
    market_price: number
    modifications: PropertyModificationEnum[]
    owner: BasicUser
    property: BasicProperty
    staff: { amount: number; type: PropertyStaffEnum }[]
    upkeep: { property: number; staff: number }