@exponent-labs/exponent-types 0.9.21 → 0.9.22

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/generic.ts +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exponent-labs/exponent-types",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "AGPL-3.0",
package/src/generic.ts CHANGED
@@ -101,6 +101,11 @@ export type InterfaceTypeGeneric =
101
101
  padding: number[]
102
102
  }
103
103
  }
104
+ | {
105
+ loopscaleVaultLp: {
106
+ padding: number[]
107
+ }
108
+ }
104
109
  export type InterfaceTypeGenericJson =
105
110
  | {
106
111
  pyth: {
@@ -199,6 +204,11 @@ export type InterfaceTypeGenericJson =
199
204
  padding: number[]
200
205
  }
201
206
  }
207
+ | {
208
+ loopscaleVaultLp: {
209
+ padding: number[]
210
+ }
211
+ }
202
212
  /** Additional data that different interface types may need */
203
213
  export interface AdditionalDataGeneric {
204
214
  fragmetricData?: {