Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
2d9892eb3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'>
 }