UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

6 lines 301 B
import { EnumPostActions } from '~/postRepository/observers/enums'; export declare const getGlobalFeedSubscriptions: (cacheKey: Amity.CacheKey) => { fn: (callback: Amity.Listener<Amity.InternalPost<any>>) => Amity.Unsubscriber; action: EnumPostActions; }[]; //# sourceMappingURL=utils.d.ts.map