export interface ExternalAction {
title: string;
description?: string;
color?: string;
url?: string;
html?: string;
icon?: string;
openExternally?: boolean;
}