@shortcut/client
    Preparing search index...

    Interface ShortcutObserverAction

    interface ShortcutObserverAction {
        action: ShortcutObserverActionType;
        app_url: string | null;
        changes?: ShortcutChangeEntry[];
        entity_type: string;
        global_id: string;
        id: string | number;
        uri?: string | null;
    }
    Index

    Properties

    app_url: string | null

    Story update actions only. [] means nothing tracked changed. An absent key means the diff was unavailable for this delivery, never that nothing changed.

    entity_type: string
    global_id: string
    id: string | number
    uri?: string | null

    Frozen for legacy consumers. Read app_url.