interface WindowMain {
    $asExternalUri(uri): Promise<UriComponents>;
    $openUri(uri): Promise<boolean>;
}

Implemented by

Methods