Esposter
    Preparing search index...

    Type Alias UserToRoomInMessageWithRelations

    UserToRoomInMessageWithRelations: UserToRoomInMessage & {
        roomInMessage: RoomInMessage;
        user: User;
    }