interface CREPEffect {
    timestamp: Date;
    value: number;
}

Properties

Properties

timestamp: Date
value: number