UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

4 lines 339 B
export declare function isAmityImagePost(post: Amity.InternalPost): post is Amity.Post<'image'>; export declare function isAmityFilePost(post: Amity.InternalPost): post is Amity.Post<'file'>; export declare function isAmityVideoPost(post: Amity.InternalPost): post is Amity.Post<'video'>; //# sourceMappingURL=postTypePredicate.d.ts.map