10 lines
263 B
TypeScript
Executable File
10 lines
263 B
TypeScript
Executable File
export * from "./schema"
|
|
export * from "./enum"
|
|
export * from "./types"
|
|
export * from "./utils"
|
|
export * from "./constants"
|
|
export * from "./select"
|
|
export * from "./collaboration"
|
|
export * from "./db"
|
|
// export * from "./generated"
|
|
export * from "@prisma/client" |