// This file serves as the entry point for the @empresa/prisma-schema package. // It re-exports only the generated types by default. // For PrismaClient instance, import from '@empresa/prisma-schema/client'. export * from './generated/client/index-browser'; // Exports types for browser/non-Node.js environments // If you need all types including Node.js specific ones (less common for shared types): // export * from './generated/client';