Shun Miyazawa 4 年之前
父節點
當前提交
ea32c0ca21
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      packages/app/src/interfaces/activity.ts

+ 1 - 3
packages/app/src/interfaces/activity.ts

@@ -76,6 +76,4 @@ export type IActivity = {
 
 export type IActivityHasId = IActivity & HasObjectId;
 
-export type ISnapshot = {
-  username?: Pick<IUser, 'username'>
-}
+export type ISnapshot = Pick<IUser, 'username'>