Torn API Client
    Preparing search index...

    Type Alias KeyLogResponse

    type KeyLogResponse = {
        log: {
            comment?: string | unknown;
            id: number | string | unknown;
            ip: string;
            selections: string;
            timestamp: number;
            type: string;
        }[];
    }
    Index

    Properties

    Properties

    log: {
        comment?: string | unknown;
        id: number | string | unknown;
        ip: string;
        selections: string;
        timestamp: number;
        type: string;
    }[]