UNPKG

neos-script

Version:

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

11 lines 345 B
import { member } from "../../../core"; export interface ToUpperInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Str?: member<any>; } export declare function ToUpper(props: ToUpperInput): any; //# sourceMappingURL=ToUpper.d.ts.map