Torn API Client
    Preparing search index...

    Type Alias ReportBase

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

    Properties

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