範囲を持つ検索結果アイテム

interface RangeResultItem {
    from: FormattedResultItem;
    to: FormattedResultItem;
}

Properties

Properties

From

To