UNPKG

neos-script

Version:

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

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