Interface PostsInsightsFeedResponseNode

interface PostsInsightsFeedResponseNode {
    __typename: string;
    comment_count?: number;
    creation_time?: number;
    engagement?: number;
    id?: string;
    image?: PostsInsightsFeedResponseImage;
    inline_insights_node?: PostsInsightsFeedResponseInline_insights_node;
    instagram_media_id?: string;
    instagram_media_type?: string;
    like_count?: number;
    name?: string;
    save_count?: number;
    shopping_outbound_click_count?: null | number;
    shopping_product_click_count?: null | number;
    value?: number;
    video_view_count?: null | number;
}

Properties

__typename: string
comment_count?: number
creation_time?: number
engagement?: number
id?: string
instagram_media_id?: string
instagram_media_type?: string
like_count?: number
name?: string
save_count?: number
shopping_outbound_click_count?: null | number
shopping_product_click_count?: null | number
value?: number
video_view_count?: null | number