How to define `waitUntil`?

I saw function waitUntil in Theo's Stripe recommendation. How should I define that function?
Solution:
I suppose it's in this way:
import { after } from 'next/server'
import { after } from 'next/server'
...
Jump to solution
2 Replies
Jakov
JakovOP2w ago
No description
Solution
Jakov
Jakov2w ago
I suppose it's in this way:
import { after } from 'next/server'
import { after } from 'next/server'
Is that correct?

Did you find this page helpful?