findMany() source type would be?const sources = await prisma.source.findMany()source to other components, how to set the expected prop type to those components? currently, I'm doing something like this: sources: Awaited<ReturnType<typeof prisma.source.findMany>>