@hegeldev/hegel
    Preparing search index...

    Interface BigIntegerOptions

    interface BigIntegerOptions {
        maxValue?: bigint;
        minValue?: bigint;
    }
    Index

    Properties

    Properties

    maxValue?: bigint
    minValue?: bigint