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

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