Torn API Client
    Preparing search index...

    Type Alias ReportBase

    type ReportBase = {
        faction_id: FactionId | unknown;
        reporter_id: UserId;
        target_id: UserId | unknown;
        timestamp: number;
        type: ReportTypeEnum;
    }
    Index

    Properties

    faction_id: FactionId | unknown
    reporter_id: UserId
    target_id: UserId | unknown
    timestamp: number