A synthetic data point error

interface SyntheticDataError {
    error: string;
    timestamp: Date;
}

Hierarchy (view full)

Properties

Properties

error: string
timestamp: Date