Interface AdsStoryItemLink

interface AdsStoryItemLink {
    key: string;
    raw_url: string;
    text: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string

Key

raw_url: string

Raw url

text: string

Text

url: string

Url

Generated using TypeDoc