Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/studio-shared/dist/git-source.d.ts
T

8 lines
134 B
TypeScript

export type GitSource = {
type: 'github';
org: string;
name: string;
ref: string;
relativeFromGitRoot: string;
};