Interface NewsfeedItemVideo1

interface NewsfeedItemVideo1 {
    post_id: number;
    video: NewsfeedItemVideoVideo;
}

Properties

Properties

post_id: number

Post ID

Generated using TypeDoc