@shortcut/client
    Preparing search index...

    Interface StoryTemplateSlim

    interface StoryTemplateSlim {
        entity_type: "story-template:slim";
        id: string;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "story-template:slim"

    The type of this entity.

    id: string

    The unique ID of the Story Template.

    uuid

    name: string

    The name of the Story Template.

    uri: string

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

    2048

    ^https?://.+$