Interface AdsRules

interface AdsRules {
    content_html: string;
    help_chat: number | boolean;
    help_label: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

content_html: string

Content Html

help_chat: number | boolean

Help chat

help_label: string

Label

Generated using TypeDoc