UNPKG

neos-script

Version:

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

10 lines 321 B
import { member } from "../../core"; export interface DebugWorldInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; text?: member<any>; } export declare function DebugWorld(props: DebugWorldInput): any; //# sourceMappingURL=DebugWorld.d.ts.map