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