Interface IgtvBrowseFeedResponseBadging

interface IgtvBrowseFeedResponseBadging {
    ids: any[];
    items: any[];
}

Properties

Properties

ids: any[]
items: any[]