@shortcut/client
    Preparing search index...

    Interface ShortcutChangeRef

    A slim reference to another entity inside a change entry.

    interface ShortcutChangeRef {
        entity_type: string;
        id: string | number;
        name?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    entity_type: string
    id: string | number
    name?: string