UNPKG

neos-script

Version:

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

16 lines 403 B
import { member } from "../../core"; export interface CastClass_I_OInput { type: { I: { name: string; }; O: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; } export declare function CastClass_I_O(props: CastClass_I_OInput): any; //# sourceMappingURL=CastClass_I_O.d.ts.map