@xoxno/types 1.0.443 → 1.0.445

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.
@@ -121,3 +121,8 @@ export interface DefiLlamaDimensionsDto {
121
121
  chain: string;
122
122
  version: string;
123
123
  }
124
+ export interface GovernanceProposalsPageDto {
125
+ resources: unknown[];
126
+ hasMoreResults: boolean;
127
+ continuationToken?: string;
128
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.443",
3
+ "version": "1.0.445",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {