The options to use for the timestamp.

Example

{"timestamp": 1620000000000, "type": "f"}
interface GenerateTimestampOptions {
    timestamp?: number | Date;
    type?: TimestampStylesString;
}

Properties

Properties

timestamp?: number | Date
type?: TimestampStylesString