Interface BaseLikesInfo

interface BaseLikesInfo {
    count: number;
    repost_disabled: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Likes number

repost_disabled: number | boolean

Remove repost feature for post

Generated using TypeDoc