Type Alias GetGuildSingleMessageWebhookGroupByPayload<T>

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

Type Parameters