Interface AdsGetTargetPixelsParams

interface AdsGetTargetPixelsParams {
    account_id: number;
    client_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number
client_id?: number

Generated using TypeDoc