Interface HistoryActionStoryDelete

An action representing a Story being deleted.

Hierarchy

  • HistoryActionStoryDelete

Properties

action: "delete"

The action of the entity referenced.

entity_type: string

The type of entity referenced.

id: number

The ID of the entity referenced.

Format

int64

name: string

The name of the Story.

story_type: "feature" | "chore" | "bug"

The type of Story; either feature, bug, or chore.

Generated using TypeDoc