UNPKG

neos-script

Version:

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

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