UNPKG

neos-script

Version:

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

16 lines 435 B
import { member } from "../../../core"; export interface ParentValue_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; Tag?: member<any>; Value?: member<any>; } export declare function ParentValue_T(props: ParentValue_TInput): any; //# sourceMappingURL=ParentValue_T.d.ts.map