UNPKG

neos-script

Version:

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

13 lines 429 B
import { member } from "../../../core"; export interface ToString_Int2Input { 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_Int2(props: ToString_Int2Input): any; //# sourceMappingURL=ToString_Int2.d.ts.map