Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/studio-server/dist/remotion-config-response.d.ts
T

6 lines
109 B
TypeScript

export type RemotionConfigResponse = {
isRemotion: true;
cwd: string;
version: string | null;
};