neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
12 lines • 397 B
TypeScript
import { member } from "../../../core";
export interface NthRoot_DoubleInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Value?: member<any>;
N?: member<any>;
}
export declare function NthRoot_Double(props: NthRoot_DoubleInput): any;
//# sourceMappingURL=NthRoot_Double.d.ts.map