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

    Interface RangeValue

    範囲値(from-to)

    interface RangeValue {
        from?: string | number | null;
        to?: string | number | null;
    }
    Index
    from?: string | number | null

    RangeのFrom

    to?: string | number | null

    RangeのTo