File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -1602,15 +1602,15 @@ export interface GatewayIdentifyProperties {
16021602 /**
16031603 * Your operating system
16041604 */
1605- $ os : string ;
1605+ os : string ;
16061606 /**
16071607 * Your library name
16081608 */
1609- $ browser : string ;
1609+ browser : string ;
16101610 /**
16111611 * Your library name
16121612 */
1613- $ device : string ;
1613+ device : string ;
16141614}
16151615
16161616/**
Original file line number Diff line number Diff line change @@ -1601,15 +1601,15 @@ export interface GatewayIdentifyProperties {
16011601 /**
16021602 * Your operating system
16031603 */
1604- $ os : string ;
1604+ os : string ;
16051605 /**
16061606 * Your library name
16071607 */
1608- $ browser : string ;
1608+ browser : string ;
16091609 /**
16101610 * Your library name
16111611 */
1612- $ device : string ;
1612+ device : string ;
16131613}
16141614
16151615/**
Original file line number Diff line number Diff line change @@ -1602,15 +1602,15 @@ export interface GatewayIdentifyProperties {
16021602 /**
16031603 * Your operating system
16041604 */
1605- $ os : string ;
1605+ os : string ;
16061606 /**
16071607 * Your library name
16081608 */
1609- $ browser : string ;
1609+ browser : string ;
16101610 /**
16111611 * Your library name
16121612 */
1613- $ device : string ;
1613+ device : string ;
16141614}
16151615
16161616/**
Original file line number Diff line number Diff line change @@ -1601,15 +1601,15 @@ export interface GatewayIdentifyProperties {
16011601 /**
16021602 * Your operating system
16031603 */
1604- $ os : string ;
1604+ os : string ;
16051605 /**
16061606 * Your library name
16071607 */
1608- $ browser : string ;
1608+ browser : string ;
16091609 /**
16101610 * Your library name
16111611 */
1612- $ device : string ;
1612+ device : string ;
16131613}
16141614
16151615/**
You can’t perform that action at this time.
0 commit comments