Skip to content

Commit ee124fe

Browse files
authored
feat[CNX-271]: adding additional types in context required for NER in CDA (#780)
1 parent 139bc7c commit ee124fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/requests/typings/function.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ export type FunctionEventContext<P extends Record<string, any> = Record<string,
201201
appInstallationParameters: P
202202
cmaClientOptions?: ClientOptions
203203
cma?: PlainClientAPI
204+
originalRequest?: {
205+
headers: Record<string, any>
206+
}
204207
}
205208

206209
/**

0 commit comments

Comments
 (0)