Skip to content

Commit 0e6babb

Browse files
committed
chore: wip
1 parent 302934d commit 0e6babb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.stacks/core/types/src/database.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import type { PrismaClient } from '@prisma/client'
22

33
export type DatabaseClient = PrismaClient
4+
5+
export interface DatabaseOptions {
6+
client: DatabaseClient
7+
}

0 commit comments

Comments
 (0)