Added type definition for edge const
This commit is contained in:
parent
02567a728e
commit
cafba9226a
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user