neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
26 lines • 774 B
TypeScript
import { member } from "../../../../core";
export interface ComposeBits_ushortInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Bit0?: member<any>;
Bit1?: member<any>;
Bit2?: member<any>;
Bit3?: member<any>;
Bit4?: member<any>;
Bit5?: member<any>;
Bit6?: member<any>;
Bit7?: member<any>;
Bit8?: member<any>;
Bit9?: member<any>;
Bit10?: member<any>;
Bit11?: member<any>;
Bit12?: member<any>;
Bit13?: member<any>;
Bit14?: member<any>;
Bit15?: member<any>;
}
export declare function ComposeBits_ushort(props: ComposeBits_ushortInput): any;
//# sourceMappingURL=ComposeBits_ushort.d.ts.map