/** * This is auto-generated file, don't modify this file manually */ export interface AdsRules { /** * Help url */ help_url?: string | boolean; /** * Label */ help_label?: string; /** * Content Html */ content_html?: string; /** * Help chat */ help_chat?: boolean; }