Timestamp: {
    end: number;
    start: number;
}

Timestamp containing a start and end property in milliseconds

Type declaration

  • end: number

    The end time in milliseconds

  • start: number

    The start time in milliseconds

{
"start": 3978",
"end": 5114
}