Shun Miyazawa 3 ani în urmă
părinte
comite
2d9892eb3f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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'>
 }