UNPKG

neos-script

Version:

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

10 lines 368 B
import { member } from "../../../core"; export interface MaterialApplyPolicyInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; CanApply?: member<boolean>; } export declare function MaterialApplyPolicy(props: MaterialApplyPolicyInput): any; //# sourceMappingURL=MaterialApplyPolicy.d.ts.map