interface ReportOptions {
    timestamp?: Date;
}

Properties

Properties

timestamp?: Date