@shortcut/client
    Preparing search index...

    Interface HistoryReferenceGroup

    A reference to a Group.

    interface HistoryReferenceGroup {
        entity_type: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    entity_type: string

    The type of entity referenced.

    id: string

    The ID of the entity referenced.

    uuid

    name: string

    The name of the entity referenced.