@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
16 lines • 452 B
TypeScript
/**
* ```js
* import { getFeedSettings } from '@amityco/ts-sdk'
* 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