@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
14 lines • 426 B
TypeScript
/**
* ```js
* import { PostRepository } from '@amityco/ts-sdk-react-native'
* const unpinProduct = await PostRepository.unpinProduct(postId)
* ```
*
* @param postId The ID of the post to unpin the product from
* @returns Amity.Post
*
* @category Post API
* @async
* */
export declare const unpinProduct: (postId: Amity.Post['postId']) => Promise<Amity.Cached<Amity.Post>>;
//# sourceMappingURL=unpinProduct.d.ts.map