v3.3.7: fix nesting in contract list result type
This commit is contained in:
@@ -2,6 +2,10 @@ export interface PaginatedResult<TList = any> {
|
||||
nextPageCursor: string;
|
||||
list: TList[];
|
||||
}
|
||||
export interface ContractListResult<TList = any> {
|
||||
category: string;
|
||||
list: TList[];
|
||||
}
|
||||
|
||||
export interface ContractHistoricOrder {
|
||||
symbol: string;
|
||||
|
||||
Reference in New Issue
Block a user