neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
15 lines • 413 B
TypeScript
import { member } from "../../core";
export interface AssetProxy_AInput {
type: {
A: {
name: string;
};
};
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
AssetReference?: member<any>;
}
export declare function AssetProxy_A(props: AssetProxy_AInput): any;
//# sourceMappingURL=AssetProxy_A.d.ts.map