Type Alias GetUserNotificationsGroupByPayload<T>

GetUserNotificationsGroupByPayload<T>: Prisma.PrismaPromise<(PickEnumerable<UserNotificationsGroupByOutputType, T["by"]> & {
    [P in keyof T & keyof UserNotificationsGroupByOutputType]: P extends "_count"
        ? T[P] extends boolean
            ? number
            : GetScalarType<T[P], UserNotificationsGroupByOutputType[P]>
        : GetScalarType<T[P], UserNotificationsGroupByOutputType[P]>
})[]>

Type Parameters