@shortcut/client
    Preparing search index...

    Interface EntityTemplate

    The entity for this response.

    interface EntityTemplate {
        author?: MemberSlim;
        created_at?: string;
        entity_type?: string;
        id?: string;
        last_used_at?: string;
        name?: string;
        story_contents?: EntityTemplateStoryContents;
        updated_at?: string;
        uri?: string;
    }
    Index

    Properties

    author?: MemberSlim

    The Member who created the Doc.

    created_at?: string

    The time/date when the entity template was created.

    date-time

    entity_type?: string

    A string description of this resource.

    id?: string

    The unique identifier for the entity template.

    uuid

    last_used_at?: string

    The last time that someone created an entity using this template.

    date-time

    name?: string

    The template's name.

    Optionalstory_contents

    A container entity for the attributes this template should populate.

    updated_at?: string

    The time/date when the entity template was last updated.

    date-time

    uri?: string

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

    2048

    ^https?://.+$