@sui-tracker/shared 1.0.75 → 1.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ export interface ListPool {
103
103
  }
104
104
  export interface GetListPoolsResponse extends BaseResponse {
105
105
  data: {
106
- list: ListPool;
106
+ list: ListPool[];
107
107
  total: number;
108
108
  };
109
109
  }