prisma-examples
prisma-examples copied to clipboard
Generate types from prisma schema models
Is there a way to use the models as types? IE generate types from the models in the schema, like the image below from this page. I would like the types on the right to be generated from schema models on the left. Is this possible?