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 caa8f3e commit b6bb901Copy full SHA for b6bb901
src/core/app-framework.ts
@@ -1,5 +1,5 @@
1
export interface KernelContext {
2
- invocationId: string;
+ invocation_id: string;
3
}
4
5
export interface KernelAction {
0 commit comments