UNPKG

neos-script

Version:

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

12 lines 419 B
import { member } from "../../../core"; export interface IsHostAccessAllowedInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Host?: member<any>; Port?: member<any>; } export declare function IsHostAccessAllowed(props: IsHostAccessAllowedInput): any; //# sourceMappingURL=IsHostAccessAllowed.d.ts.map