@shortcut/client
    Preparing search index...

    Interface StoryLink

    The entity for this response.

    interface StoryLink {
        created_at?: string;
        entity_type?: "story-link";
        id?: number;
        object?: StorySlim;
        subject?: StorySlim;
        updated_at?: string;
        uri?: string;
        verb?: "blocks" | "duplicates" | "relates to";
    }
    Index

    Properties

    created_at?: string

    The time/date the Story Link was created.

    date-time

    entity_type?: "story-link"

    The type of this entity.

    id?: number

    The unique identifier of the Story Link.

    int64

    object?: StorySlim

    The Story this Checklist Item belongs to.

    subject?: StorySlim

    The Story this Checklist Item belongs to.

    updated_at?: string

    The time/date the Story Link was last updated.

    date-time

    uri?: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$

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

    How the subject Story acts on the object Story. This can be "blocks", "duplicates", or "relates to".