UNPKG

neos-script

Version:

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

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