@shortcut/client
    Preparing search index...

    Interface HistoryReferenceGeneral

    A default reference for entity types that don't have extra fields.

    interface HistoryReferenceGeneral {
        entity_type: string;
        id: string | number;
        name: string;
    }
    Index

    Properties

    Properties

    entity_type: string

    The type of entity referenced.

    id: string | number

    The ID of the entity referenced.

    name: string

    The name of the entity referenced.