Skip to content

Commit 6895b95

Browse files
dotansimhadarkbasic
authored andcommitted
Step 6.7: Add ownership property to messages model
1 parent 2e722f0 commit 6895b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/server/models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ export interface Message {
1515
content?: string;
1616
createdAt?: Date;
1717
type?: MessageType
18+
ownership?: string;
1819
}

0 commit comments

Comments
 (0)