Torn API Client
    Preparing search index...

    Type Alias UserTrade

    type UserTrade = {
        completed_at: number | null;
        expires_at: number | null;
        id: TradeId;
        modified_at: number | null;
        timestamp?: number;
        trader: UserTradeParticipant;
        user: UserTradeParticipant;
    }
    Index

    Properties

    completed_at: number | null
    expires_at: number | null
    modified_at: number | null
    timestamp?: number