7 lines
275 B
TypeScript
7 lines
275 B
TypeScript
/**
|
|
* @description Restarts the Remotion Studio.
|
|
* @see [Documentation](https://www.remotion.dev/docs/studio/restart-studio)
|
|
*/
|
|
import type { RestartStudioResponse } from '@remotion/studio-shared';
|
|
export declare const restartStudio: () => Promise<RestartStudioResponse>;
|