@shortcut/client
    Preparing search index...

    Interface SyncedItem

    The synced item for the story.

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

    Properties

    Properties

    external_id: string

    The id used to reference an external entity.

    url: string

    The url to the external entity.