Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user