UNPKG

neos-script

Version:

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

15 lines 501 B
import { member } from "../../../core"; export interface NearestUserHandInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; GetLeft?: member<any>; GetRight?: member<any>; Reference?: member<any>; IgnoreUser?: member<any>; IgnoreAFK?: member<any>; } export declare function NearestUserHand(props: NearestUserHandInput): any; //# sourceMappingURL=NearestUserHand.d.ts.map