Interface IDivergence

interface IDivergence {
    description: string;
    endTime: Date;
    points: IDivergencePoint[];
    startTime: Date;
    strength: number;
    type: SIGNAL_DIRECTION;
}

Properties

description: string
endTime: Date
startTime: Date
strength: number

Generated using TypeDoc