Torn API Client
    Preparing search index...

    Type Alias UserPropertiesResponse

    type UserPropertiesResponse = {
        _metadata: RequestMetadataWithLinks;
        properties:
            | UserPropertyBasicDetails
            | UserPropertyDetailsExtended
            | UserPropertyDetailsExtendedRented
            | UserPropertyDetailsExtendedForRent
            | UserPropertyDetailsExtendedForSale[];
    }
    Index

    Properties