UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

20 lines 1.25 kB
export declare const LinkedObject: { ad: (ad: Amity.InternalAd) => Amity.Ad; comment: (comment: Amity.InternalComment<any>) => Amity.Comment<any>; post: (post: Amity.InternalPost<any>) => Amity.Post<any>; user: (user: Amity.InternalUser) => Amity.User; category: (category: Amity.InternalCategory) => Amity.Category; stream: (stream: Amity.RawStream) => Amity.Stream; story: (story: Amity.InternalStory) => Amity.Story; storyTarget: (storyTarget: Amity.RawStoryTarget) => Amity.StoryTarget; message: (message: Amity.InternalMessage<any>) => Amity.Message<any>; reactor: (reactor: Amity.InternalReactor) => Amity.Reactor; channel: (channel: Amity.InternalChannel<any>) => Amity.Channel<any>; pinnedPost: (pinnedPost: Amity.RawPin) => Amity.PinnedPost; notificationTray: (noti: Amity.RawNotificationTrayItem) => Amity.NotificationTrayItem; community: (community: Amity.InternalCommunity) => Amity.Community; invitation: (invitation: Amity.InternalInvitation) => Amity.Invitation; joinRequest: (joinRequest: Amity.InternalJoinRequest) => Amity.JoinRequest; channelMember: (channelMember: Amity.Membership<"channel">) => Amity.Membership<"channel">; }; //# sourceMappingURL=index.d.ts.map