UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

15 lines 851 B
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; }; //# sourceMappingURL=index.d.ts.map