typing small fix

This commit is contained in:
Demid
2023-01-16 02:57:58 +03:00
parent c6d7e734d4
commit 851ff28254
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.16.0-rc.16",
"version": "0.16.0-rc.17",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",

View File

@@ -89,7 +89,7 @@ type AddressUpdateInitial = {
type CfdAddressUpdateUpdate = {
kind: 'update',
balances: CFDBalance[],
balances?: CFDBalance[],
order?: z.infer<typeof orderUpdateSchema> | z.infer<typeof fullOrderSchema>
}