Exporting prisma types from turborepo package

Referencing the packages/db package in the create t3 turbo repo, the index.ts file re-exports all the named exports from @prisma/client (export * from "@prisma/client"). I can import the generated prisma models just fine, but I can't seem to import the types. Are types exported with the wildcard re-export?
Was this page helpful?