Interface ILikeContextPayload

interface ILikeContextPayload {
    liker_id: number;
    object_id: number;
    object_owner_id: number;
    object_type: "video" | "market" | "photo" | "comment" | "note" | "topic_comment" | "photo_comment" | "video_comment" | "market_comment";
    post_id: number;
    thread_reply_id: number;
}

Properties

liker_id: number
object_id: number
object_owner_id: number
object_type: "video" | "market" | "photo" | "comment" | "note" | "topic_comment" | "photo_comment" | "video_comment" | "market_comment"
post_id: number
thread_reply_id: number

Generated using TypeDoc