UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 451 B
import type { RenderJob } from '@remotion/studio-shared'; import type { ClientStillRenderJob, ClientVideoRenderJob } from '../components/RenderQueue/client-side-render-types'; import type { RenderModalState, WebRenderModalState } from '../state/modals'; export declare const makeRetryPayload: (job: RenderJob) => RenderModalState; export declare const makeClientRetryPayload: (job: ClientStillRenderJob | ClientVideoRenderJob) => WebRenderModalState;