Use this file to discover all available pages before exploring further.
Setting invokeTrigger() on a job allows you to manually trigger the job using Job.invoke(), either from your backend or from inside another job. See our Invoke Trigger guide for more info.
A Zod schema that defines the shape of the
job payload. The default is z.any() which is any. This will be used to correctly type the Job.invoke() method.