m
This commit is contained in:
@@ -22,3 +22,18 @@ export * from './enums.js';
|
||||
*
|
||||
*/
|
||||
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