How do I import a type?

This might be something I'm just totally overlooking, but I'm used to prisma where you can just import any schema you've defined as a type.

For example, if I have a table posts, I'd expecect to be able to import a Post type to be used in one of my child components.

Is this possible with Drizzle? Or have you all found it to be unnecessary
Was this page helpful?