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

    Type Alias AggregateRole

    type AggregateRole = {
        _avg: RoleAvgAggregateOutputType | null;
        _count: RoleCountAggregateOutputType | null;
        _max: RoleMaxAggregateOutputType | null;
        _min: RoleMinAggregateOutputType | null;
        _sum: RoleSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties