Type Alias GetKSCurrentlyLiveGroupByPayload<T>

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

Type Parameters