mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-01 02:27:56 +03:00
typing small fix
This commit is contained in:
@@ -89,7 +89,7 @@ type AddressUpdateInitial = {
|
||||
|
||||
type CfdAddressUpdateUpdate = {
|
||||
kind: 'update',
|
||||
balances: CFDBalance[],
|
||||
balances?: CFDBalance[],
|
||||
order?: z.infer<typeof orderUpdateSchema> | z.infer<typeof fullOrderSchema>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user