prorm API Reference
    Preparing search index...

    Type Alias HavingOptions<T>

    HavingOptions: { [key: string]: any } | HavingLogical<T>

    HAVING clause options - supports aggregations and alias references Similar to WhereOptions but can reference aggregate function aliases

    Type Parameters

    • T = any