UNPKG

neos-script

Version:

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

17 lines 491 B
import { member } from "../../core"; export interface LocalVariableSync_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; OwnerUser?: member<any>; Value?: member<any>; Variable?: member<any>; } export declare function LocalVariableSync_T(props: LocalVariableSync_TInput): any; //# sourceMappingURL=LocalVariableSync_T.d.ts.map