Documentation
    Preparing search index...

    Type Alias ArithmeticQueryOptions

    ArithmeticQueryOptions: ParameterOptions & {
        returning?: boolean | (string | Literal | Col)[];
    }