Interface AdsPostEasyPromote

interface AdsPostEasyPromote {
    ad_id: number;
    button_text: string;
    is_ad_not_easy: number | boolean;
    label_text: string;
    text: string;
    top_union_id: number;
    type: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

ad_id: number

Ad id

button_text: string

Button text

is_ad_not_easy: number | boolean

Is ad not easy

label_text: string

Label text

text: string

Text

top_union_id: number

Top union id

type: number

Type

Generated using TypeDoc