neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
15 lines • 404 B
TypeScript
import { member } from "../../core";
export interface ValueProxy_TInput {
type: {
T: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
Value?: member<any>;
}
export declare function ValueProxy_T(props: ValueProxy_TInput): any;
//# sourceMappingURL=ValueProxy_T.d.ts.map