I have an async function which returns a `prisma.u...
# prisma-client
d
I have an async function which returns a
prisma.upsertItem
function. What is the correct data type? I assumed it should be
Promise<ItemPromise>
but it is not working, neither is
Promise<Item>