Type Alias GetWSEmbedFieldGroupByPayload<T>

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

Type Parameters