UNPKG

neos-script

Version:

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

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