Interface CoordOffset

interface CoordOffset {
    index: number;
    offset: number;
}

Properties

Properties

index: number
offset: number