Skip to content

Commit 78c8b97

Browse files
committed
typo readme
1 parent 44fddad commit 78c8b97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface CombinedMessage {
8989

9090
```js
9191
interface CombinedMessage {
92-
protos: RawProto[
92+
protos: [
9393
{
9494
method: number
9595
proto: bytes
@@ -99,7 +99,7 @@ interface CombinedMessage {
9999
has_geotargeted_ar_scan_quest: boolean
100100
}
101101
]
102-
push_gateway_protos: RawPushGatewayProto[
102+
push_gateway_protos: [
103103
{
104104
method: number
105105
proto: bytes

0 commit comments

Comments
 (0)