Type Alias GetUserTwitchAccountGroupByPayload<T>

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

Type Parameters