fix(types): add display_id to OrderDTO (#9953)

FIXED CMRC-644
This commit is contained in:
Frane Polić
2024-11-06 18:21:17 +00:00
committed by GitHub
parent 898a437db0
commit aa78fbf546
+5
View File
@@ -1084,6 +1084,11 @@ export interface OrderDTO {
*/
version: number
/**
* The order's display ID.
*/
display_id: number
/**
* The active order change, if any.
*