@shortcut/client
    Preparing search index...

    Interface StoryLinkSlim

    interface StoryLinkSlim {
        entity_type: "story-link:slim";
        id: number;
        object: StorySlim;
        subject: StorySlim;
        uri: string;
        verb: string;
    }
    Index

    Properties

    entity_type: "story-link:slim"

    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.

    uri: string

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

    2048

    ^https?://.+$

    verb: string

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