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