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