So I have created a component that takes in an object from my database. I'm using prisma.
In my component I'm using the type from Prisma but the type on the page is "serialized" due to it coming from a loader. How can I set up the type of the object int he component to match what is coming from the loader. I see the SerializeFrom but that's not exactly what I"m looking for. Any ideas?