3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
export { PrismaClient } from '../generated'
|
|
export declare function ensureDatabaseUrl(env?: NodeJS.ProcessEnv): string | undefined
|