export interface RemoteCustomActionEvent { /** * The custom action button pressed event. * remote-custom-action **/ customAction: string; }