Interface MarketItemOwnerInfo

interface MarketItemOwnerInfo {
    avatar: BaseImage[];
    category: string;
    category_url: string;
    is_corporated_market: number | boolean;
    name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

avatar: BaseImage[]
category: string

Category of the item or description of the group

category_url: string

Link to the section of the group

is_corporated_market: number | boolean

Is the group is VK corporated market

name: string

Name of the group

Generated using TypeDoc