Flocc
    Preparing search index...

    Interface AgentDataRecord

    Single agent data record.

    interface AgentDataRecord {
        time: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    time: number