@shortcut/client
    Preparing search index...

    Interface CreateEntityTemplateParams

    interface CreateEntityTemplateParams {
        author_id?: string;
        name: string;
        story_contents: CreateEntityTemplateStoryContentsParams;
    }
    Index

    Properties

    author_id?: string

    The ID of the member creating this template.

    uuid

    name: string

    The name of the new entity template.

    1

    128

    story_contents

    A map of story attributes this template populates.