Interface AdswebGetAdUnitCodeResponse

interface AdswebGetAdUnitCodeResponse {
    html: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

html: string

Generated using TypeDoc