init commit
This commit is contained in:
13
remotion/node_modules/@remotion/studio-server/dist/preview-server/file-existence-watchers.d.ts
generated
vendored
Normal file
13
remotion/node_modules/@remotion/studio-server/dist/preview-server/file-existence-watchers.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export declare const subscribeToFileExistenceWatchers: ({ file: relativeFile, remotionRoot, clientId, }: {
|
||||
file: string;
|
||||
remotionRoot: string;
|
||||
clientId: string;
|
||||
}) => {
|
||||
exists: boolean;
|
||||
};
|
||||
export declare const unsubscribeFromFileExistenceWatchers: ({ file, remotionRoot, clientId, }: {
|
||||
file: string;
|
||||
remotionRoot: string;
|
||||
clientId: string;
|
||||
}) => void;
|
||||
export declare const unsubscribeClientFileExistenceWatchers: (clientId: string) => void;
|
||||
Reference in New Issue
Block a user