prorm API Reference
    Preparing search index...

    Interface PartitionBound

    Partition bound specification for range partitions

    interface PartitionBound {
        from: string | number | Date;
        to?: string | number | Date;
    }
    Index
    from: string | number | Date

    Start value (inclusive)

    to?: string | number | Date

    End value (exclusive for range)