neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
15 lines • 437 B
TypeScript
import { member } from "../../../core";
export interface ButtonValueCycle_TInput {
type: {
T: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
TargetValue?: member<any>;
}
export declare function ButtonValueCycle_T(props: ButtonValueCycle_TInput): any;
//# sourceMappingURL=ButtonValueCycle_T.d.ts.map