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 fdd6959 commit 4d2678dCopy full SHA for 4d2678d
platform/lib/index.ts
@@ -167,6 +167,7 @@ export const sendTypeMap = {
167
};
168
169
// Event object that persists throughout worfklow with observability after each step.
170
+// eslint-disable-next-line @typescript-eslint/no-explicit-any
171
export let $event: any;
172
173
export const END_NEEDLE = "__pd_end";
@@ -215,6 +216,7 @@ export const $sendConfigRuntimeTypeChecker = (function () {
215
216
217
export interface AxiosRequestConfig extends AxiosConfig {
218
debug?: boolean;
219
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
220
body?: any;
221
returnFullResponse?: boolean;
222
}
0 commit comments