chore: add shortcut creator field

This commit is contained in:
Steven
2022-09-17 11:35:44 +08:00
parent de83467c45
commit 273bfb1d13
6 changed files with 46 additions and 11 deletions

View File

@ -6,6 +6,7 @@ interface Shortcut {
id: ShortcutId;
creatorId: UserId;
creator: User;
createdTs: TimeStamp;
updatedTs: TimeStamp;
workspaceId: WorkspaceId;