Shun Miyazawa 3 yıl önce
ebeveyn
işleme
94292b113c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 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 = {
 export type IActivity = {
   user?: IUser
   user?: IUser