Type Alias GetGuildDropsGameGroupByPayload<T>

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

Type Parameters