Interface WallPostSource

interface WallPostSource {
    data: string;
    platform: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

data: string

Additional data

platform: string

Platform name

url: string

URL to an external site used to publish the post

Generated using TypeDoc