UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

16 lines 450 B
/** * ```js * import { getFeedSettings } from '@amityco/ts-sdk-react-native' * const feedSettings = await getFeedSettings() * const postFeedSetting = feedSettings.post * ``` * * Fetches a {@link Amity.FeedSettings} object * * @returns A Promise of {@link Amity.FeedSettings} object * * @category Client API * @async */ export declare const getFeedSettings: () => Promise<Amity.FeedSettings>; //# sourceMappingURL=getFeedSettings.d.ts.map