UNPKG

neos-script

Version:

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

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