UNPKG

neos-script

Version:

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

12 lines 426 B
import { member } from "../../../core"; export interface PingPong_Ulong3_UlongInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; N?: member<any>; Length?: member<any>; } export declare function PingPong_Ulong3_Ulong(props: PingPong_Ulong3_UlongInput): any; //# sourceMappingURL=PingPong_Ulong3_Ulong.d.ts.map