UNPKG

neos-script

Version:

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

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