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_Int4Input { 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_Int4(props: ToString_Int4Input): any; //# sourceMappingURL=ToString_Int4.d.ts.map