@valkey/valkey-glide
    Preparing search index...

    Type Alias Boundary<T>

    Boundary: InfBoundary | { isInclusive?: boolean; value: T }

    Defines the boundaries of a range.

    Type Parameters

    • T

    Type Declaration

    • InfBoundary

      Represents an lower/upper boundary.

    • { isInclusive?: boolean; value: T }

      Represents a specific boundary.

      • OptionalisInclusive?: boolean

        Whether the value is inclusive. Defaults to true.

      • value: T

        The comparison value.