Interface XYExtractOptions

interface XYExtractOptions {
    zones?: FromTo[];
}

Properties

Properties

zones?: FromTo[]