m
This commit is contained in:
@@ -44,3 +44,18 @@ export { Prisma }
|
||||
*
|
||||
*/
|
||||
export type User = Prisma.UserModel
|
||||
/**
|
||||
* Model Conversation
|
||||
*
|
||||
*/
|
||||
export type Conversation = Prisma.ConversationModel
|
||||
/**
|
||||
* Model ConversationParticipant
|
||||
*
|
||||
*/
|
||||
export type ConversationParticipant = Prisma.ConversationParticipantModel
|
||||
/**
|
||||
* Model Message
|
||||
*
|
||||
*/
|
||||
export type Message = Prisma.MessageModel
|
||||
|
||||
Reference in New Issue
Block a user