Commit cafba9226a31103a86c9e52b67ddf39b1768b1e6

Authored by deaflynx
1 parent 02567a72

Added type definition for edge const

... ... @@ -137,7 +137,7 @@ export const edgeEventActionTypeTranslations = new Map<EdgeEventActionType, stri
137 137 ]
138 138 );
139 139
140   -export const bodyContentEdgeEventActionTypes = [
  140 +export const bodyContentEdgeEventActionTypes: EdgeEventActionType[] = [
141 141 EdgeEventActionType.POST_ATTRIBUTES,
142 142 EdgeEventActionType.ATTRIBUTES_UPDATED,
143 143 EdgeEventActionType.ATTRIBUTES_DELETED,
... ...