UNPKG

neos-script

Version:

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

13 lines 397 B
import { member } from "../../../core"; export interface SetTRSInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Instance?: member<any>; TRS?: member<any>; OnDone?: member<any>; } export declare function SetTRS(props: SetTRSInput): any; //# sourceMappingURL=SetTRS.d.ts.map