UNPKG

neos-script

Version:

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

16 lines 463 B
import { member } from "../../../../core"; export interface UnpackNullable_TInput { type: { T: { name: string; }; }; id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Nullable?: member<any>; } export declare function UnpackNullable_T(props: UnpackNullable_TInput): any; //# sourceMappingURL=UnpackNullable_T.d.ts.map