init commit
This commit is contained in:
7
remotion/node_modules/@remotion/studio-shared/dist/git-source.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/studio-shared/dist/git-source.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type GitSource = {
|
||||
type: 'github';
|
||||
org: string;
|
||||
name: string;
|
||||
ref: string;
|
||||
relativeFromGitRoot: string;
|
||||
};
|
||||
Reference in New Issue
Block a user