Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { CompletedClientRender } from '@remotion/studio-shared';
|
||||
export declare const getCompletedClientRenders: () => CompletedClientRender[];
|
||||
export declare const addCompletedClientRender: ({ render, remotionRoot, }: {
|
||||
render: CompletedClientRender;
|
||||
remotionRoot: string;
|
||||
}) => void;
|
||||
export declare const removeCompletedClientRender: (id: string) => void;
|
||||
Reference in New Issue
Block a user