refactor: rename Recipient to Person, remove username, add userId FK
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import type { Person as PrismaPerson } from "@/generated/prisma/client"
|
||||
|
||||
export type Person = PrismaPerson
|
||||
Reference in New Issue
Block a user