Interface EntityTemplate

An entity template can be used to prefill various fields when creating new stories.

Hierarchy

  • EntityTemplate

Properties

author_id: string

The unique ID of the member who created the template.

Format

uuid

created_at: string

The time/date when the entity template was created.

Format

date-time

entity_type: string

A string description of this resource.

id: string

The unique identifier for the entity template.

Format

uuid

last_used_at: string

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

Format

date-time

name: string

The template's name.

story_contents: StoryContents

A container entity for the attributes this template should populate.

updated_at: string

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

Format

date-time

Generated using TypeDoc