Files
story-studio/remotion/node_modules/@remotion/cli/dist/user-passed-output-location.d.ts
2026-02-21 10:33:18 +01:00

10 lines
491 B
TypeScript

export declare const getUserPassedOutputLocation: (args: (string | number)[], uiPassedOutName: string | null) => string | null;
export declare const getOutputLocation: ({ compositionId, defaultExtension, args, type, outputLocationFromUi, compositionDefaultOutName, }: {
compositionId: string;
outputLocationFromUi: string | null;
compositionDefaultOutName: string | null;
defaultExtension: string;
args: (string | number)[];
type: "asset" | "sequence";
}) => string;