import { IDataInput } from '../../utils/IDataInput'; export interface IDataInput2 extends IDataInput { // JS -> AS Bindings // AS -> JS Bindings }