/** * This is auto-generated file, don't modify this file manually */ export interface AdsPostEasyPromote { /** * Type */ type?: number; /** * Text */ text?: string; /** * Label text */ label_text?: string; /** * Button text */ button_text?: string; /** * Is ad not easy */ is_ad_not_easy?: boolean; /** * Ad id */ ad_id?: number; /** * Top union id */ top_union_id?: number; }