範囲検索系の検索条件

interface SearchInRangeCondition {
    from: FormatValue;
    to: FormatValue;
}

Properties

Properties

FROM側

TO側