Interface StoriesGetStatsV5200Response

interface StoriesGetStatsV5200Response {
    achievement: string;
    achievement_subtitle: string;
    categories: StoriesStatCategory[];
    need_privacy_block: number | boolean;
    preview: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

achievement: string
achievement_subtitle: string
categories: StoriesStatCategory[]
need_privacy_block: number | boolean
preview: string

Generated using TypeDoc