Documentation
    Preparing search index...
    DOUBLE: typeof DOUBLE & (
        ...args:
            | []
            | [precision: number]
            | [precision: number, scale: number]
            | [options: DecimalNumberOptions],
    ) => DOUBLE

    This is a simple wrapper to make the DataType constructable without new. See the return type for all available options.