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 a4d2de0 commit 1c08b19Copy full SHA for 1c08b19
src/v2.ts
@@ -35,7 +35,7 @@ export type WrappedV2Function<T extends CloudEvent<unknown>> = (
35
) => any | Promise<any>;
36
37
export type WrappedV2CallableFunction<T> = (
38
- data: CallableRequest
+ data: DeepPartial<CallableRequest>
39
) => T | Promise<T>;
40
41
function isCallableV2Function<T extends CloudEvent<unknown>>(
0 commit comments