neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
11 lines • 406 B
TypeScript
import { member } from "../../../core";
export interface IsHostAccessAllowedUrlInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Host?: member<any>;
}
export declare function IsHostAccessAllowedUrl(props: IsHostAccessAllowedUrlInput): any;
//# sourceMappingURL=IsHostAccessAllowedUrl.d.ts.map