소스 검색

create array

Shun Miyazawa 4 년 전
부모
커밋
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 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