import { IItemComponentList } from "./IItemComponentList";
export default interface IItemEvent {
    sequence: IItemComponentList[] | undefined;
}
