Interface AdswebGetFraudHistoryResponse

interface AdswebGetFraudHistoryResponse {
    count: number;
    entries: AdswebGetFraudHistoryResponseEntriesEntry[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Generated using TypeDoc