UNPKG

neos-script

Version:

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

13 lines 417 B
import { member } from "../../../core"; export interface TimerNodeInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Pulse?: member<any>; Interval?: member<any>; UpdatingUser?: member<any>; } export declare function TimerNode(props: TimerNodeInput): any; //# sourceMappingURL=TimerNode.d.ts.map