neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
21 lines • 626 B
TypeScript
import { member } from "../../../core";
export interface WriteCloudVariable_TInput {
type: {
T: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Path?: member<any>;
VariableOwnerId?: member<any>;
Value?: member<any>;
OnWriteRequest?: member<any>;
OnWritten?: member<any>;
OnFail?: member<any>;
}
export declare function WriteCloudVariable_T(props: WriteCloudVariable_TInput): any;
//# sourceMappingURL=WriteCloudVariable_T.d.ts.map