UNPKG

neos-script

Version:

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

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