Shun Miyazawa 4 년 전
부모
커밋
2d9892eb3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/interfaces/activity.ts

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

@@ -43,5 +43,5 @@ export const AllSupportedActionType = Object.values(SUPPORTED_ACTION_TYPE);
 // type supportedActionType = typeof SUPPORTED_ACTION_NAMES[keyof typeof SUPPORTED_ACTION_NAMES];
 
 export type ISnapshot = {
-  username: Pick<IUser, 'username'>
+  username?: Pick<IUser, 'username'>
 }