@shortcut/client
    Preparing search index...

    Type Alias ShortcutInteractionTrigger

    ShortcutInteractionTrigger:
        | { entity_id: string; entity_type: string; type: "assigned" }
        | {
            comment_id: string;
            entity_id: string;
            entity_type: string;
            parent_comment_id: string;
            type: "comment-reply";
        }
        | {
            comment_id?: string;
            comment_parent_id?: string;
            context: "comment"
            | "description";
            entity_id: string;
            entity_type: string;
            type: "mentioned";
        }