UNPKG

neos-script

Version:

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

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