4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
import type { Recipient as PrismaRecipient } from "@/generated/prisma/client"
|
|
|
|
export type Recipient = PrismaRecipient
|