interface GatewayActivityTimestamps {
    end?: number;
    start?: number;
}

Properties

Properties

end?: number

Unix time (in milliseconds) of when the activity ends

start?: number

Unix time (in milliseconds) of when the activity started