UNPKG

neos-script

Version:

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

11 lines 370 B
import { member } from "../../../core"; export interface IsUserPresentInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; User?: member<any>; } export declare function IsUserPresent(props: IsUserPresentInput): any; //# sourceMappingURL=IsUserPresent.d.ts.map