UNPKG

neos-script

Version:

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

19 lines 575 B
import { member } from "../../../core"; export interface CloudValueVariable_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Path?: member<any>; IsLinkedToCloud?: member<boolean>; VariableOwnerId?: member<any>; ChangeHandling?: member<any>; Value?: member<any>; } export declare function CloudValueVariable_T(props: CloudValueVariable_TInput): any; //# sourceMappingURL=CloudValueVariable_T.d.ts.map