Type Alias GetTWSMessageEmbedGroupByPayload<T>

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

Type Parameters