UNPKG

neos-script

Version:

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

17 lines 471 B
import { member } from "../../core"; export interface DriverNode_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Source?: member<any>; DriveTarget?: member<any>; } export declare function DriverNode_T(props: DriverNode_TInput): any; //# sourceMappingURL=DriverNode_T.d.ts.map