UNPKG

neos-script

Version:

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

13 lines 458 B
import { member } from "../../../core"; export interface CreateSpawnUndoStepInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Target?: member<any>; Description?: member<any>; OnCreated?: member<any>; } export declare function CreateSpawnUndoStep(props: CreateSpawnUndoStepInput): any; //# sourceMappingURL=CreateSpawnUndoStep.d.ts.map