@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias AggregateResource

    type AggregateResource = {
        _avg: ResourceAvgAggregateOutputType | null;
        _count: ResourceCountAggregateOutputType | null;
        _max: ResourceMaxAggregateOutputType | null;
        _min: ResourceMinAggregateOutputType | null;
        _sum: ResourceSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties