init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio/dist/api/restart-studio.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio/dist/api/restart-studio.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @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>;
|
||||
Reference in New Issue
Block a user