Auto-commit 2026-04-29 16:31
This commit is contained in:
6
node_modules/next/dist/cli/next-upgrade.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/cli/next-upgrade.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
interface NextUpgradeOptions {
|
||||
revision: string;
|
||||
verbose: boolean;
|
||||
}
|
||||
export declare function spawnNextUpgrade(directory: string | undefined, options: NextUpgradeOptions): void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user