型・APIリファレンス
    Preparing search index...

    Interface RangeResultItem

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

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

    Properties

    Properties

    From

    To