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

+ 3 - 0
packages/app/src/interfaces/activity.ts

@@ -154,6 +154,9 @@ export const AllSupportedTargetModel = Object.values(SupportedTargetModel);
 export const AllSupportedEventModel = Object.values(SupportedEventModel);
 export const AllSupportedEventModel = Object.values(SupportedEventModel);
 export const AllSupportedAction = Object.values(SupportedAction);
 export const AllSupportedAction = Object.values(SupportedAction);
 export const AllSupportedActionToNotified = Object.values(SupportedActionToNotified);
 export const AllSupportedActionToNotified = Object.values(SupportedActionToNotified);
+export const AllSmallAction = Object.values(SmallActionGroup);
+export const AllMediumAction = Object.values(MediumActionGroup);
+export const AllLargeAction = Object.values(LargeActionGroup);
 
 
 /*
 /*
  * Type
  * Type