Interface IgtvSearchResponseResultsItem

interface IgtvSearchResponseResultsItem {
    channel: IgtvSearchResponseChannel;
    type: string;
    user: IgtvSearchResponseUser;
}

Properties

Properties

type: string