Type Alias GetGuildCustomSingleMessageGroupByPayload<T>

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

Type Parameters