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

    Type Alias AggregateApp

    type AggregateApp = {
        _avg: AppAvgAggregateOutputType | null;
        _count: AppCountAggregateOutputType | null;
        _max: AppMaxAggregateOutputType | null;
        _min: AppMinAggregateOutputType | null;
        _sum: AppSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties