We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36ab3f commit 6218ca9Copy full SHA for 6218ca9
src/controllers/v3/types-extra.ts
@@ -30,6 +30,7 @@ export interface GatewayAdd {
30
31
export interface OrgAccessRequestCreateInput {
32
orgMemberId: string;
33
+ userId: string;
34
consumerProductEnvAppId: string;
35
providerProductEnvAppId: string;
36
businessProcess: string;
0 commit comments