@mcdylanproperenterprise/nodejs-proper-money-types 0.0.10 → 0.0.11

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/types.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcdylanproperenterprise/nodejs-proper-money-types",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
package/types.ts CHANGED
@@ -259,8 +259,8 @@ export type TTransactionCategory = {
259
259
 
260
260
  export type TGetTransactionCategoryQuery = {
261
261
  q: string;
262
- page: string;
263
- limit: string;
262
+ page: number;
263
+ limit: number;
264
264
  };
265
265
 
266
266
  export type TGetTransactionCategoryResponse = {