Interface SyncedItem

The synced item for the story.

interface SyncedItem {
    external_id: string;
    url: string;
}

Properties

Properties

external_id: string

The id used to reference an external entity.

url: string

The url to the external entity.