File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,17 +158,15 @@ export interface OpenInDefaultParameterModel {
158158/**
159159 * Defines the options for opening a URL in the system browser.
160160 */
161- export interface OpenInSystemBrowserParameterModel
162- extends OpenInDefaultParameterModel {
161+ export interface OpenInSystemBrowserParameterModel extends OpenInDefaultParameterModel {
163162 /** A structure containing some configurations to apply to the System Browser. */
164163 options : SystemBrowserOptions ;
165164}
166165
167166/**
168167 * Defines the options for opening a URL in the web view.
169168 */
170- export interface OpenInWebViewParameterModel
171- extends OpenInDefaultParameterModel {
169+ export interface OpenInWebViewParameterModel extends OpenInDefaultParameterModel {
172170 /** A structure containing some configurations to apply to the Web View. */
173171 options : WebViewOptions ;
174172 /** A map of custom headers to be sent with the request. */
You can’t perform that action at this time.
0 commit comments