UNPKG

neos-script

Version:

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

19 lines 601 B
import { member } from "../../../core"; export interface ClearDynamicVariablesOfType_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Target?: member<any>; SpaceName?: member<any>; OnNotFound?: member<any>; OnCleared?: member<any>; } export declare function ClearDynamicVariablesOfType_T(props: ClearDynamicVariablesOfType_TInput): any; //# sourceMappingURL=ClearDynamicVariablesOfType_T.d.ts.map