Shun Miyazawa 3 lat temu
rodzic
commit
0964c12fd3
1 zmienionych plików z 3 dodań i 0 usunięć
  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 AllSupportedAction = Object.values(SupportedAction);
 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