How internalMutation is used in Scheduling functions in TypeScript
I'm running into some type issues. I followed the example in the documentation, but I don't understand how this type is defined, any better suggestions?
2 Replies
How should I set the mutation function I pass in as ScheduledFunctionNames<API>
You need to export the destruct mutation, like
export const destruct = internalMutation( ... )