mirror of
https://github.com/aykhans/slash-e.git
synced 2026-04-21 22:10:02 +00:00
chore: add shortcut creator field
This commit is contained in:
Vendored
+1
@@ -6,6 +6,7 @@ interface Shortcut {
|
||||
id: ShortcutId;
|
||||
|
||||
creatorId: UserId;
|
||||
creator: User;
|
||||
createdTs: TimeStamp;
|
||||
updatedTs: TimeStamp;
|
||||
workspaceId: WorkspaceId;
|
||||
|
||||
Reference in New Issue
Block a user