UNPKG

neos-script

Version:

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

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