Torn API Client
    Preparing search index...

    Type Alias AttackLogResponse

    type AttackLogResponse = {
        _metadata: RequestMetadataWithLinks;
        attacklog: { log: AttackLog[]; summary: AttackLogSummary[] };
    }
    Index

    Properties

    Properties

    attacklog: { log: AttackLog[]; summary: AttackLogSummary[] }