@shortcut/client
    Preparing search index...

    Interface UpdateStoryLink

    interface UpdateStoryLink {
        object_id?: number;
        subject_id?: number;
        verb?: "blocks" | "duplicates" | "relates to";
    }
    Index

    Properties

    object_id?: number

    The ID of the object Story.

    int64

    subject_id?: number

    The ID of the subject Story.

    int64

    verb?: "blocks" | "duplicates" | "relates to"

    The type of link.