TypeScript Types Reference
The following types are part of the API of @remotion/vercel:
VercelSandbox
import type {VercelSandbox } from '@remotion/vercel';A Sandbox with AsyncDisposable support. Returned by createSandbox() and restoreSnapshot().
CreateSandboxOnProgress
import type {CreateSandboxOnProgress } from '@remotion/vercel';progress: A number from0to1indicating overall progressmessage: A human-readable description of the current phase
RenderOnVercelProgress
import type {RenderOnVercelProgress } from '@remotion/vercel';{type: 'opening-browser'}: The browser is being opened{type: 'selecting-composition'}: The composition is being selected{type: 'render-progress', progress: number}: Rendering is in progress (0to1){type: 'uploading'}: The rendered file is being uploaded{type: 'done', url: string, size: number}: The render is complete