UNPKG

neos-script

Version:

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

20 lines 592 B
import { member } from "../../../core"; export interface ReadCloudVariable_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Path?: member<any>; VariableOwnerId?: member<any>; OnReadRequest?: member<any>; OnRead?: member<any>; OnFail?: member<any>; } export declare function ReadCloudVariable_T(props: ReadCloudVariable_TInput): any; //# sourceMappingURL=ReadCloudVariable_T.d.ts.map