Shun Miyazawa 3 лет назад
Родитель
Сommit
94292b113c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/interfaces/activity.ts

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

@@ -66,7 +66,7 @@ export type SupportedTargetModelType = typeof SUPPORTED_TARGET_MODEL_TYPE[keyof
 export type SupportedActionType = typeof SUPPORTED_ACTION_TYPE[keyof typeof SUPPORTED_ACTION_TYPE];
 
 
-export type ISnapshot =  Partial<Pick<IUser, 'username'>>
+export type ISnapshot = Partial<Pick<IUser, 'username'>>
 
 export type IActivity = {
   user?: IUser