Join Slack
Powered by
I have an async function which returns a `prisma.u...
# prisma-client
d
deactivateduser
09/05/2019, 9:32 PM
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>
Open in Slack
Previous
Next