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

    Type Alias UserGroupByOutputType

    type UserGroupByOutputType = {
        _avg: UserAvgAggregateOutputType | null;
        _count: UserCountAggregateOutputType | null;
        _max: UserMaxAggregateOutputType | null;
        _min: UserMinAggregateOutputType | null;
        _sum: UserSumAggregateOutputType | null;
        createdAt: Date;
        deletedAt: Date | null;
        id: number;
        password: string;
        updatedAt: Date;
        username: string;
        uuid: string;
    }
    Index

    Properties

    createdAt: Date
    deletedAt: Date | null
    id: number
    password: string
    updatedAt: Date
    username: string
    uuid: string