collect-system/packages/common/src/index.ts

4 lines
78 B
TypeScript

export * from "./db"
export * from '@prisma/client';
export * from "./schema"