UNPKG

neos-script

Version:

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

13 lines 437 B
import { member } from "../../../core"; export interface ToString_Ulong3Input { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; V?: member<any>; Format?: member<any>; FormatProvider?: member<any>; } export declare function ToString_Ulong3(props: ToString_Ulong3Input): any; //# sourceMappingURL=ToString_Ulong3.d.ts.map