Type Alias UserNotificationsGroupByOutputType

UserNotificationsGroupByOutputType: {
    _count: UserNotificationsCountAggregateOutputType | null;
    _max: UserNotificationsMaxAggregateOutputType | null;
    _min: UserNotificationsMinAggregateOutputType | null;
    dbId: string;
    isRead: boolean;
    userId: string;
}