UNPKG

neos-script

Version:

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

17 lines 486 B
import { member } from "../../../../core"; export interface ParseQuantity_UInput { type: { U: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Str?: member<any>; DefaultUnit?: member<any>; } export declare function ParseQuantity_U(props: ParseQuantity_UInput): any; //# sourceMappingURL=ParseQuantity_U.d.ts.map