Interface StoriesPromoBlock

interface StoriesPromoBlock {
    is_advice: number | boolean;
    name: string;
    not_animated: number | boolean;
    photo_100: string;
    photo_50: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

is_advice: number | boolean

Promo story from advice

name: string

Promo story title

not_animated: number | boolean

Hide animation for promo story

photo_100: string

RL of square photo of the story with 100 pixels in width

photo_50: string

RL of square photo of the story with 50 pixels in width

Generated using TypeDoc