@or-sdk/base
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -26,2 +26,6 @@ import { Method } from 'axios'; | ||
}; | ||
export interface List<T> { | ||
total: number; | ||
rows: T[]; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -26,2 +26,6 @@ import { Method } from 'axios'; | ||
}; | ||
export interface List<T> { | ||
total: number; | ||
rows: T[]; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -26,2 +26,6 @@ import { Method } from 'axios'; | ||
}; | ||
export interface List<T> { | ||
total: number; | ||
rows: T[]; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"name": "@or-sdk/base", | ||
@@ -27,3 +27,3 @@ "main": "dist/cjs/index.js", | ||
}, | ||
"gitHead": "c9e6a2b70b80c90c1fc83f7e691155cb9a93f359" | ||
"gitHead": "7281d4f8e05e4d5981b63ea8591fb4328ea5e931" | ||
} |
@@ -37,1 +37,6 @@ import { Method } from 'axios'; | ||
}; | ||
export interface List<T> { | ||
total: number; | ||
rows: T[]; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26381
434
0