ravcredit-lib 0.0.36 → 0.0.37
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1573,7 +1573,7 @@ interface oResponse {
|
|
|
1573
1573
|
statusCode: number;
|
|
1574
1574
|
error?: string;
|
|
1575
1575
|
epochTime: number;
|
|
1576
|
-
data: oUser | oUser[] | oBusinessInfo | oAddress | oSchedule | oFinancial | string | iPaymentDelay | oClient | oDevice | iConfigUUID | Response | oNotification | null;
|
|
1576
|
+
data: oUser | oUser[] | oBusinessInfo | oAddress | oSchedule | oFinancial | string | iPaymentDelay | oClient | oDevice | iConfigUUID | Response | oNotification | null | any;
|
|
1577
1577
|
}
|
|
1578
1578
|
interface oResponseFuncEmail {
|
|
1579
1579
|
success: boolean;
|