Interface ServerTimeUpdate

interface ServerTimeUpdate {
    serverTime: number;
}

Properties

Properties

serverTime: number