Shun Miyazawa 4 tahun lalu
induk
melakukan
2d9892eb3f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'>
 }