export interface BCMSArrayPropMoveEventData { direction: 1 | -1; currentItemPosition: number; }