Skip to content

Commit 47fb373

Browse files
committed
fix biome
1 parent 8058d9f commit 47fb373

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared/src/types/auth.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import type { account, session, user, verification } from "../../../server/dist/db/schema/auth";
1+
import type {
2+
account,
3+
session,
4+
user,
5+
verification,
6+
} from "../../../server/dist/db/schema/auth";
27

38
export type User = typeof user.$inferSelect;
49
export type Session = typeof session.$inferSelect;

0 commit comments

Comments
 (0)