UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 192 B
import type { RenderJob } from '@remotion/studio-shared'; import type { RenderModalState } from '../state/modals'; export declare const makeRetryPayload: (job: RenderJob) => RenderModalState;