/** * Action types available for run app screen pop event * */ export declare enum RunAppActionType { /** * Run app action for run exe action type */ RUNEXE = "RunExe", /** * Run app action for open URL action type */ OPENURL = "OpenURL", /** * Run app action for show custom form action type */ SHOWCUSTOMFORM = "ShowCustomForm" }