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

    Type Alias UserRoleGroupByOutputType

    type UserRoleGroupByOutputType = {
        _avg: UserRoleAvgAggregateOutputType | null;
        _count: UserRoleCountAggregateOutputType | null;
        _max: UserRoleMaxAggregateOutputType | null;
        _min: UserRoleMinAggregateOutputType | null;
        _sum: UserRoleSumAggregateOutputType | null;
        createdAt: Date;
        deletedAt: Date | null;
        id: number;
        roleId: number;
        updatedAt: Date;
        userId: number;
        uuid: string;
    }
    Index

    Properties

    createdAt: Date
    deletedAt: Date | null
    id: number
    roleId: number
    updatedAt: Date
    userId: number
    uuid: string