@shortcut/client
    Preparing search index...

    Interface HistoryReferenceStoryTask

    A reference to a Story Task.

    interface HistoryReferenceStoryTask {
        description: string;
        entity_type: string;
        id: string | number;
    }
    Index

    Properties

    description: string

    The description of the Story Task.

    entity_type: string

    The type of entity referenced.

    id: string | number

    The ID of the entity referenced.