Added type definition for edge const

This commit is contained in:
deaflynx 2021-09-21 13:19:19 +03:00
parent 02567a728e
commit cafba9226a

View File

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