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 c28e84e commit f453401Copy full SHA for f453401
packages/convex-helpers/server/customFunctions.ts
@@ -92,12 +92,12 @@ export type Customization<
92
| Promise<{
93
ctx: CustomCtx;
94
args: CustomMadeArgs;
95
- onSuccess?: (result: Value) => void | Promise<void>;
+ onSuccess?: (result: unknown) => void | Promise<void>;
96
}>
97
| {
98
99
100
101
};
102
103
0 commit comments