UNPKG

neos-script

Version:

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

11 lines 379 B
import { member } from "../../../core"; export interface Reciprocal_UlongInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; X?: member<any>; } export declare function Reciprocal_Ulong(props: Reciprocal_UlongInput): any; //# sourceMappingURL=Reciprocal_Ulong.d.ts.map