@mcdylanproperenterprise/nodejs-proper-sunsoontaat-types 0.0.19 → 0.0.20

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.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcdylanproperenterprise/nodejs-proper-sunsoontaat-types",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
package/types.d.ts CHANGED
@@ -282,7 +282,7 @@ export type TDashboard = {
282
282
  createdAt: Date;
283
283
  };
284
284
 
285
- export type TDashboardResponse = TDashboard;
285
+ export type TGetDashboardResponse = TDashboard;
286
286
 
287
287
  export type TLength = {
288
288
  length: number;