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_UshortInput { 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_Ushort(props: ToString_UshortInput): any; //# sourceMappingURL=ToString_Ushort.d.ts.map