Type Alias GetGuildDropsWebhookGroupByPayload<T>

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

Type Parameters