Object with a timestamp

interface Timestamp {
    timestamp: number;
}

Properties

Properties

timestamp: number