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

    Type Alias ResourceGroupByOutputType

    type ResourceGroupByOutputType = {
        _avg: ResourceAvgAggregateOutputType | null;
        _count: ResourceCountAggregateOutputType | null;
        _max: ResourceMaxAggregateOutputType | null;
        _min: ResourceMinAggregateOutputType | null;
        _sum: ResourceSumAggregateOutputType | null;
        createdAt: Date;
        deletedAt: Date | null;
        id: number;
        name: string;
        updatedAt: Date;
    }
    Index

    Properties

    createdAt: Date
    deletedAt: Date | null
    id: number
    name: string
    updatedAt: Date