Interface AdsLinkStatus

interface AdsLinkStatus {
    description: string;
    redirect_url: string;
    status: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

description: string

Reject reason

redirect_url: string

URL

status: string

Link status

Generated using TypeDoc