@mcdylanproperenterprise/nodejs-proper-money-types 0.0.29 → 0.0.30
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.
- package/package.json +1 -1
- package/types.ts +4 -0
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -429,6 +429,10 @@ export type TPostUserRequestOTPResponse = {
|
|
|
429
429
|
|
|
430
430
|
export type TPostUserUpdateBody = Partial<TUser>;
|
|
431
431
|
|
|
432
|
+
export type TPostUserRegisterNotificationToken = {
|
|
433
|
+
notificationToken: string;
|
|
434
|
+
};
|
|
435
|
+
|
|
432
436
|
export type TVerification = {
|
|
433
437
|
_id: string;
|
|
434
438
|
userId: string;
|