API reference · generated from source
Type Alias: FunctionArgs<FuncRef>#
type FunctionArgs<FuncRef> = FuncRef["_args"];Defined in: node_modules/convex/dist/esm-types/server/api.d.ts:213
Given a FunctionReference, get the return type of the function.
This is represented as an object mapping argument names to values.
Type Parameters#
| Type Parameter |
|---|
FuncRef extends AnyFunctionReference |