@shortcut/client
    Preparing search index...

    Interface CreateStoryLink

    interface CreateStoryLink {
        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.