UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

12 lines 393 B
import { member } from "../../../core"; export interface Construct_Int2Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; X?: member<any>; Y?: member<any>; } export declare function Construct_Int2(props: Construct_Int2Input): any; //# sourceMappingURL=Construct_Int2.d.ts.map