@wvdsh/api 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -145,7 +145,6 @@ export interface GameLaunchParams {
|
|
|
145
145
|
export declare const UrlParams: {
|
|
146
146
|
readonly GameCloudId: "gcid";
|
|
147
147
|
readonly RedirectUrl: "rdurl";
|
|
148
|
-
readonly LocalOrigin: "localorigin";
|
|
149
148
|
readonly EntrypointParams: "entrypointparams";
|
|
150
149
|
readonly Entrypoint: "entrypoint";
|
|
151
150
|
readonly Engine: "engine";
|