@stashfin/grpc 1.2.150 → 1.2.151
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/ts/bureau/getbasicdetails.d.ts +57 -0
- package/ts/bureau/getbasicdetails.js +341 -0
- package/ts/bureau/getdemogs.d.ts +113 -0
- package/ts/bureau/getdemogs.js +611 -0
- package/ts/bureau/getreport.d.ts +188 -0
- package/ts/bureau/getreport.js +1640 -0
- package/ts/bureau.d.ts +56 -0
- package/ts/bureau.js +44 -0
- package/ts/colender/disburseLoan.d.ts +44 -0
- package/ts/colender/disburseLoan.js +256 -0
- package/ts/colender/forecloseLoan.d.ts +41 -0
- package/ts/colender/forecloseLoan.js +205 -0
- package/ts/colender/repayLoan.d.ts +48 -0
- package/ts/colender/repayLoan.js +313 -0
- package/ts/colender.d.ts +56 -0
- package/ts/colender.js +44 -0
- package/ts/customers/aa/getbanklist.d.ts +48 -0
- package/ts/customers/aa/getbanklist.js +198 -0
- package/ts/customers/aa/initiate.d.ts +40 -0
- package/ts/customers/aa/initiate.js +209 -0
- package/ts/customers/addaddress.d.ts +50 -0
- package/ts/customers/addaddress.js +265 -0
- package/ts/customers/addbankaccountdetails.d.ts +37 -0
- package/ts/customers/addbankaccountdetails.js +147 -0
- package/ts/customers/addgstnumber.d.ts +35 -0
- package/ts/customers/addgstnumber.js +117 -0
- package/ts/customers/addmoredetails.d.ts +60 -0
- package/ts/customers/addmoredetails.js +314 -0
- package/ts/customers/addsuspendedcustomer.d.ts +36 -0
- package/ts/customers/addsuspendedcustomer.js +133 -0
- package/ts/customers/adduserapps.d.ts +74 -0
- package/ts/customers/adduserapps.js +210 -0
- package/ts/customers/changempin.d.ts +36 -0
- package/ts/customers/changempin.js +133 -0
- package/ts/customers/createcustomerreference.d.ts +43 -0
- package/ts/customers/createcustomerreference.js +226 -0
- package/ts/customers/deleteprofile.d.ts +35 -0
- package/ts/customers/deleteprofile.js +120 -0
- package/ts/customers/disablempin.d.ts +34 -0
- package/ts/customers/disablempin.js +104 -0
- package/ts/customers/fetchrcprofile.d.ts +45 -0
- package/ts/customers/fetchrcprofile.js +271 -0
- package/ts/customers/forgotmpin.d.ts +35 -0
- package/ts/customers/forgotmpin.js +117 -0
- package/ts/customers/forgotmpinverify.d.ts +36 -0
- package/ts/customers/forgotmpinverify.js +133 -0
- package/ts/customers/getbankaccountdetails.d.ts +36 -0
- package/ts/customers/getbankaccountdetails.js +134 -0
- package/ts/customers/getbasicinfo.d.ts +56 -0
- package/ts/customers/getbasicinfo.js +323 -0
- package/ts/customers/getcities.d.ts +47 -0
- package/ts/customers/getcities.js +183 -0
- package/ts/customers/getcustomerbyid.d.ts +140 -0
- package/ts/customers/getcustomerbyid.js +1478 -0
- package/ts/customers/getdashboard.d.ts +88 -0
- package/ts/customers/getdashboard.js +574 -0
- package/ts/customers/getdashboardmaincard.d.ts +70 -0
- package/ts/customers/getdashboardmaincard.js +534 -0
- package/ts/customers/getdocuments.d.ts +36 -0
- package/ts/customers/getdocuments.js +134 -0
- package/ts/customers/getlimit.d.ts +37 -0
- package/ts/customers/getlimit.js +148 -0
- package/ts/customers/getprofessionalinfo.d.ts +54 -0
- package/ts/customers/getprofessionalinfo.js +286 -0
- package/ts/customers/getprofile.d.ts +54 -0
- package/ts/customers/getprofile.js +296 -0
- package/ts/customers/getselfieetxnid.d.ts +34 -0
- package/ts/customers/getselfieetxnid.js +104 -0
- package/ts/customers/getstates.d.ts +46 -0
- package/ts/customers/getstates.js +170 -0
- package/ts/customers/getstep.d.ts +69 -0
- package/ts/customers/getstep.js +406 -0
- package/ts/customers/profilebasic.d.ts +38 -0
- package/ts/customers/profilebasic.js +161 -0
- package/ts/customers/profileupdatetnc.d.ts +35 -0
- package/ts/customers/profileupdatetnc.js +117 -0
- package/ts/customers/savebasicdetails.d.ts +47 -0
- package/ts/customers/savebasicdetails.js +185 -0
- package/ts/customers/saveunlocklimit.d.ts +34 -0
- package/ts/customers/saveunlocklimit.js +104 -0
- package/ts/customers/sendotp.d.ts +38 -0
- package/ts/customers/sendotp.js +165 -0
- package/ts/customers/sendotptoemail.d.ts +35 -0
- package/ts/customers/sendotptoemail.js +117 -0
- package/ts/customers/setmpin.d.ts +36 -0
- package/ts/customers/setmpin.js +133 -0
- package/ts/customers/stepstatic.d.ts +66 -0
- package/ts/customers/stepstatic.js +354 -0
- package/ts/customers/updatedlnumber.d.ts +35 -0
- package/ts/customers/updatedlnumber.js +119 -0
- package/ts/customers/updatedob.d.ts +35 -0
- package/ts/customers/updatedob.js +117 -0
- package/ts/customers/updatelocstatus.d.ts +36 -0
- package/ts/customers/updatelocstatus.js +133 -0
- package/ts/customers/updatemobilesendotp.d.ts +35 -0
- package/ts/customers/updatemobilesendotp.js +117 -0
- package/ts/customers/updatemobileverifyotp.d.ts +36 -0
- package/ts/customers/updatemobileverifyotp.js +133 -0
- package/ts/customers/updateokyctxn.d.ts +37 -0
- package/ts/customers/updateokyctxn.js +147 -0
- package/ts/customers/updateselfieetxn.d.ts +36 -0
- package/ts/customers/updateselfieetxn.js +133 -0
- package/ts/customers/updatevehiclenumber.d.ts +35 -0
- package/ts/customers/updatevehiclenumber.js +117 -0
- package/ts/customers/validatepan.d.ts +45 -0
- package/ts/customers/validatepan.js +274 -0
- package/ts/customers/verifympin.d.ts +37 -0
- package/ts/customers/verifympin.js +149 -0
- package/ts/customers/verifyotp.d.ts +41 -0
- package/ts/customers/verifyotp.js +205 -0
- package/ts/customers/verifyotptoemail.d.ts +35 -0
- package/ts/customers/verifyotptoemail.js +117 -0
- package/ts/customers.d.ts +698 -0
- package/ts/customers.js +502 -0
- package/ts/example.d.ts +78 -0
- package/ts/example.js +199 -0
- package/ts/loans/approveloan.d.ts +68 -0
- package/ts/loans/approveloan.js +621 -0
- package/ts/loans/banklist.d.ts +37 -0
- package/ts/loans/banklist.js +148 -0
- package/ts/loans/calculateemi.d.ts +57 -0
- package/ts/loans/calculateemi.js +340 -0
- package/ts/loans/creditlimit.d.ts +51 -0
- package/ts/loans/creditlimit.js +381 -0
- package/ts/loans/futurepaymentmoredetails.d.ts +50 -0
- package/ts/loans/futurepaymentmoredetails.js +230 -0
- package/ts/loans/getbilldetails.d.ts +38 -0
- package/ts/loans/getbilldetails.js +161 -0
- package/ts/loans/getcustomerloanstatus.d.ts +34 -0
- package/ts/loans/getcustomerloanstatus.js +104 -0
- package/ts/loans/getloanbyid.d.ts +48 -0
- package/ts/loans/getloanbyid.js +318 -0
- package/ts/loans/getpendingemiamount.d.ts +34 -0
- package/ts/loans/getpendingemiamount.js +104 -0
- package/ts/loans/getsummarystaticfields.d.ts +80 -0
- package/ts/loans/getsummarystaticfields.js +700 -0
- package/ts/loans/loansummary.d.ts +66 -0
- package/ts/loans/loansummary.js +593 -0
- package/ts/loans/paymentallocation.d.ts +37 -0
- package/ts/loans/paymentallocation.js +147 -0
- package/ts/loans/paymenthistory.d.ts +47 -0
- package/ts/loans/paymenthistory.js +188 -0
- package/ts/loans/restructureloan.d.ts +36 -0
- package/ts/loans/restructureloan.js +133 -0
- package/ts/loans/sendemail.d.ts +35 -0
- package/ts/loans/sendemail.js +117 -0
- package/ts/loans/sendnocemail.d.ts +35 -0
- package/ts/loans/sendnocemail.js +117 -0
- package/ts/loans/transactionlist.d.ts +52 -0
- package/ts/loans/transactionlist.js +257 -0
- package/ts/loans/updateinstallments.d.ts +42 -0
- package/ts/loans/updateinstallments.js +226 -0
- package/ts/loans/updateloan.d.ts +39 -0
- package/ts/loans/updateloan.js +175 -0
- package/ts/loans.d.ts +280 -0
- package/ts/loans.js +204 -0
- package/ts/payments.d.ts +239 -0
- package/ts/payments.js +1117 -0
- package/ts/stashcash/creditsc.d.ts +54 -0
- package/ts/stashcash/creditsc.js +301 -0
- package/ts/stashcash/debitsc.d.ts +59 -0
- package/ts/stashcash/debitsc.js +380 -0
- package/ts/stashcash/getscbalance.d.ts +53 -0
- package/ts/stashcash/getscbalance.js +293 -0
- package/ts/stashcash/getschistory.d.ts +73 -0
- package/ts/stashcash/getschistory.js +479 -0
- package/ts/stashcash/reversesc.d.ts +52 -0
- package/ts/stashcash/reversesc.js +273 -0
- package/ts/stashcash.d.ts +84 -0
- package/ts/stashcash.js +64 -0
package/ts/example.js
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
|
+
// versions:
|
|
4
|
+
// protoc-gen-ts_proto v1.181.0
|
|
5
|
+
// protoc v5.27.3
|
|
6
|
+
// source: example.proto
|
|
7
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9
|
+
};
|
|
10
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
+
exports.ExampleClient = exports.ExampleService = exports.ExampleResponse = exports.ExampleRequest = exports.protobufPackage = void 0;
|
|
12
|
+
/* eslint-disable */
|
|
13
|
+
const grpc_js_1 = require("@grpc/grpc-js");
|
|
14
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
15
|
+
exports.protobufPackage = "service";
|
|
16
|
+
function createBaseExampleRequest() {
|
|
17
|
+
return { name: "", id: 0 };
|
|
18
|
+
}
|
|
19
|
+
exports.ExampleRequest = {
|
|
20
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
21
|
+
if (message.name !== "") {
|
|
22
|
+
writer.uint32(10).string(message.name);
|
|
23
|
+
}
|
|
24
|
+
if (message.id !== 0) {
|
|
25
|
+
writer.uint32(16).int32(message.id);
|
|
26
|
+
}
|
|
27
|
+
return writer;
|
|
28
|
+
},
|
|
29
|
+
decode(input, length) {
|
|
30
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
31
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
32
|
+
const message = createBaseExampleRequest();
|
|
33
|
+
while (reader.pos < end) {
|
|
34
|
+
const tag = reader.uint32();
|
|
35
|
+
switch (tag >>> 3) {
|
|
36
|
+
case 1:
|
|
37
|
+
if (tag !== 10) {
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
message.name = reader.string();
|
|
41
|
+
continue;
|
|
42
|
+
case 2:
|
|
43
|
+
if (tag !== 16) {
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
message.id = reader.int32();
|
|
47
|
+
continue;
|
|
48
|
+
}
|
|
49
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
reader.skipType(tag & 7);
|
|
53
|
+
}
|
|
54
|
+
return message;
|
|
55
|
+
},
|
|
56
|
+
fromJSON(object) {
|
|
57
|
+
return {
|
|
58
|
+
name: isSet(object.name) ? globalThis.String(object.name) : "",
|
|
59
|
+
id: isSet(object.id) ? globalThis.Number(object.id) : 0,
|
|
60
|
+
};
|
|
61
|
+
},
|
|
62
|
+
toJSON(message) {
|
|
63
|
+
const obj = {};
|
|
64
|
+
if (message.name !== "") {
|
|
65
|
+
obj.name = message.name;
|
|
66
|
+
}
|
|
67
|
+
if (message.id !== 0) {
|
|
68
|
+
obj.id = Math.round(message.id);
|
|
69
|
+
}
|
|
70
|
+
return obj;
|
|
71
|
+
},
|
|
72
|
+
create(base) {
|
|
73
|
+
return exports.ExampleRequest.fromPartial(base ?? {});
|
|
74
|
+
},
|
|
75
|
+
fromPartial(object) {
|
|
76
|
+
const message = createBaseExampleRequest();
|
|
77
|
+
message.name = object.name ?? "";
|
|
78
|
+
message.id = object.id ?? 0;
|
|
79
|
+
return message;
|
|
80
|
+
},
|
|
81
|
+
};
|
|
82
|
+
function createBaseExampleResponse() {
|
|
83
|
+
return { message: "", id: 0, name: "", status: "" };
|
|
84
|
+
}
|
|
85
|
+
exports.ExampleResponse = {
|
|
86
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
87
|
+
if (message.message !== "") {
|
|
88
|
+
writer.uint32(10).string(message.message);
|
|
89
|
+
}
|
|
90
|
+
if (message.id !== 0) {
|
|
91
|
+
writer.uint32(16).int32(message.id);
|
|
92
|
+
}
|
|
93
|
+
if (message.name !== "") {
|
|
94
|
+
writer.uint32(26).string(message.name);
|
|
95
|
+
}
|
|
96
|
+
if (message.status !== "") {
|
|
97
|
+
writer.uint32(34).string(message.status);
|
|
98
|
+
}
|
|
99
|
+
return writer;
|
|
100
|
+
},
|
|
101
|
+
decode(input, length) {
|
|
102
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
103
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
104
|
+
const message = createBaseExampleResponse();
|
|
105
|
+
while (reader.pos < end) {
|
|
106
|
+
const tag = reader.uint32();
|
|
107
|
+
switch (tag >>> 3) {
|
|
108
|
+
case 1:
|
|
109
|
+
if (tag !== 10) {
|
|
110
|
+
break;
|
|
111
|
+
}
|
|
112
|
+
message.message = reader.string();
|
|
113
|
+
continue;
|
|
114
|
+
case 2:
|
|
115
|
+
if (tag !== 16) {
|
|
116
|
+
break;
|
|
117
|
+
}
|
|
118
|
+
message.id = reader.int32();
|
|
119
|
+
continue;
|
|
120
|
+
case 3:
|
|
121
|
+
if (tag !== 26) {
|
|
122
|
+
break;
|
|
123
|
+
}
|
|
124
|
+
message.name = reader.string();
|
|
125
|
+
continue;
|
|
126
|
+
case 4:
|
|
127
|
+
if (tag !== 34) {
|
|
128
|
+
break;
|
|
129
|
+
}
|
|
130
|
+
message.status = reader.string();
|
|
131
|
+
continue;
|
|
132
|
+
}
|
|
133
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
134
|
+
break;
|
|
135
|
+
}
|
|
136
|
+
reader.skipType(tag & 7);
|
|
137
|
+
}
|
|
138
|
+
return message;
|
|
139
|
+
},
|
|
140
|
+
fromJSON(object) {
|
|
141
|
+
return {
|
|
142
|
+
message: isSet(object.message) ? globalThis.String(object.message) : "",
|
|
143
|
+
id: isSet(object.id) ? globalThis.Number(object.id) : 0,
|
|
144
|
+
name: isSet(object.name) ? globalThis.String(object.name) : "",
|
|
145
|
+
status: isSet(object.status) ? globalThis.String(object.status) : "",
|
|
146
|
+
};
|
|
147
|
+
},
|
|
148
|
+
toJSON(message) {
|
|
149
|
+
const obj = {};
|
|
150
|
+
if (message.message !== "") {
|
|
151
|
+
obj.message = message.message;
|
|
152
|
+
}
|
|
153
|
+
if (message.id !== 0) {
|
|
154
|
+
obj.id = Math.round(message.id);
|
|
155
|
+
}
|
|
156
|
+
if (message.name !== "") {
|
|
157
|
+
obj.name = message.name;
|
|
158
|
+
}
|
|
159
|
+
if (message.status !== "") {
|
|
160
|
+
obj.status = message.status;
|
|
161
|
+
}
|
|
162
|
+
return obj;
|
|
163
|
+
},
|
|
164
|
+
create(base) {
|
|
165
|
+
return exports.ExampleResponse.fromPartial(base ?? {});
|
|
166
|
+
},
|
|
167
|
+
fromPartial(object) {
|
|
168
|
+
const message = createBaseExampleResponse();
|
|
169
|
+
message.message = object.message ?? "";
|
|
170
|
+
message.id = object.id ?? 0;
|
|
171
|
+
message.name = object.name ?? "";
|
|
172
|
+
message.status = object.status ?? "";
|
|
173
|
+
return message;
|
|
174
|
+
},
|
|
175
|
+
};
|
|
176
|
+
exports.ExampleService = {
|
|
177
|
+
getExample: {
|
|
178
|
+
path: "/service.Example/GetExample",
|
|
179
|
+
requestStream: false,
|
|
180
|
+
responseStream: false,
|
|
181
|
+
requestSerialize: (value) => Buffer.from(exports.ExampleRequest.encode(value).finish()),
|
|
182
|
+
requestDeserialize: (value) => exports.ExampleRequest.decode(value),
|
|
183
|
+
responseSerialize: (value) => Buffer.from(exports.ExampleResponse.encode(value).finish()),
|
|
184
|
+
responseDeserialize: (value) => exports.ExampleResponse.decode(value),
|
|
185
|
+
},
|
|
186
|
+
setExample: {
|
|
187
|
+
path: "/service.Example/SetExample",
|
|
188
|
+
requestStream: false,
|
|
189
|
+
responseStream: false,
|
|
190
|
+
requestSerialize: (value) => Buffer.from(exports.ExampleRequest.encode(value).finish()),
|
|
191
|
+
requestDeserialize: (value) => exports.ExampleRequest.decode(value),
|
|
192
|
+
responseSerialize: (value) => Buffer.from(exports.ExampleResponse.encode(value).finish()),
|
|
193
|
+
responseDeserialize: (value) => exports.ExampleResponse.decode(value),
|
|
194
|
+
},
|
|
195
|
+
};
|
|
196
|
+
exports.ExampleClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.ExampleService, "service.Example");
|
|
197
|
+
function isSet(value) {
|
|
198
|
+
return value !== null && value !== undefined;
|
|
199
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
export declare const protobufPackage = "loans.approveloan";
|
|
3
|
+
export interface approveLoanRequest {
|
|
4
|
+
bank_id: number;
|
|
5
|
+
amount: number;
|
|
6
|
+
tenure: number;
|
|
7
|
+
customer_id: number;
|
|
8
|
+
ip: string;
|
|
9
|
+
addons: number;
|
|
10
|
+
}
|
|
11
|
+
export interface approveLoanResponse {
|
|
12
|
+
gateway_fees: number;
|
|
13
|
+
striked_gateway_fees: number;
|
|
14
|
+
bill_date: string;
|
|
15
|
+
requested_amount: number;
|
|
16
|
+
tenure: number;
|
|
17
|
+
emi_amount: number;
|
|
18
|
+
net_amount_payable: number;
|
|
19
|
+
first_emi_date: string;
|
|
20
|
+
final_disbursal_amount: number;
|
|
21
|
+
upfront_interest: number;
|
|
22
|
+
rate_of_interest: number;
|
|
23
|
+
bill_amount: number;
|
|
24
|
+
total_interest_pay: number;
|
|
25
|
+
effective_annual_rate: number;
|
|
26
|
+
transaction_fee_bill_amount: number;
|
|
27
|
+
processing_fee_plus_gst: number;
|
|
28
|
+
trans_fee_plus_gst: number;
|
|
29
|
+
fee_and_charges: number;
|
|
30
|
+
fee_and_charges_bill: number;
|
|
31
|
+
effective_roi: number;
|
|
32
|
+
effective_annual_roi: number;
|
|
33
|
+
emi_card_description: string;
|
|
34
|
+
bill_card_description: string;
|
|
35
|
+
apr_value: number;
|
|
36
|
+
apr_type: string;
|
|
37
|
+
max_amount: number;
|
|
38
|
+
credit_report_fees: number;
|
|
39
|
+
credit_report_actual_fees: number;
|
|
40
|
+
plan_id: number;
|
|
41
|
+
}
|
|
42
|
+
export declare const approveLoanRequest: {
|
|
43
|
+
encode(message: approveLoanRequest, writer?: _m0.Writer): _m0.Writer;
|
|
44
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): approveLoanRequest;
|
|
45
|
+
fromJSON(object: any): approveLoanRequest;
|
|
46
|
+
toJSON(message: approveLoanRequest): unknown;
|
|
47
|
+
create<I extends Exact<DeepPartial<approveLoanRequest>, I>>(base?: I): approveLoanRequest;
|
|
48
|
+
fromPartial<I extends Exact<DeepPartial<approveLoanRequest>, I>>(object: I): approveLoanRequest;
|
|
49
|
+
};
|
|
50
|
+
export declare const approveLoanResponse: {
|
|
51
|
+
encode(message: approveLoanResponse, writer?: _m0.Writer): _m0.Writer;
|
|
52
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): approveLoanResponse;
|
|
53
|
+
fromJSON(object: any): approveLoanResponse;
|
|
54
|
+
toJSON(message: approveLoanResponse): unknown;
|
|
55
|
+
create<I extends Exact<DeepPartial<approveLoanResponse>, I>>(base?: I): approveLoanResponse;
|
|
56
|
+
fromPartial<I extends Exact<DeepPartial<approveLoanResponse>, I>>(object: I): approveLoanResponse;
|
|
57
|
+
};
|
|
58
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
59
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
60
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
61
|
+
} : Partial<T>;
|
|
62
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
63
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
64
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
65
|
+
} & {
|
|
66
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
67
|
+
};
|
|
68
|
+
export {};
|