Interface UsersLastSeen

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

Indexable

[key: string]: any

Properties

Properties

platform: number

Type of the platform that used for the last authorization

time: number

Last visit date (in Unix time)

Generated using TypeDoc