Account activity statistics

AccountActive

interface AccountActive {
    total?: string | number;
    list?: { count?: string; statTime?: string }[];
}

Properties

Properties

total?: string | number

Total number of records

list?: { count?: string; statTime?: string }[]

List of account activity statistics

Type declaration

  • Optionalcount?: string

    Daily active accounts count

  • OptionalstatTime?: string

    Statistics timestamp (UTC)