Is there any way to avoid this cast?
I specifically want to avoid the
as Promise<Array<Prisma.unified_applicationGetPayload<T>>>
cast. Basically I want the caller to be able to pass in any argument they want. I'm creating the arguments by:
0 Replies