Torn API Client
    Preparing search index...

    Type Alias ProfileSpouse

    The property 'days_married' is not present if the status is 'Engaged'

    type ProfileSpouse = {
        days_married?: number;
        id: UserId;
        name: string;
        status: UserMaritalStatusEnum;
    }
    Index

    Properties

    days_married?: number
    id: UserId
    name: string