interface PositionRatio {
    ratioA: number;
    ratioB: number;
}

Properties

Properties

ratioA: number
ratioB: number