Interface AdsStoryItemStatsUrlView

interface AdsStoryItemStatsUrlView {
    event_type: string;
    rhash: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

event_type: string

Event type

rhash: string

Event hash

Generated using TypeDoc