Interface AdsRejectReason

interface AdsRejectReason {
    comment: string;
    rules: AdsRules[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

comment: string

Comment text

rules: AdsRules[]

Generated using TypeDoc