Interface AdsCreateAdStatus

interface AdsCreateAdStatus {
    error_code: number;
    error_desc: string;
    id: number;
    post_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

error_code: number

Error code

error_desc: string

Error description

id: number

Ad ID

post_id: number

Stealth Post ID

Generated using TypeDoc