UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

11 lines 396 B
import { member } from "../../../../core"; export interface ExtractBits_ushortInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Integer?: member<any>; } export declare function ExtractBits_ushort(props: ExtractBits_ushortInput): any; //# sourceMappingURL=ExtractBits_ushort.d.ts.map