.
This commit is contained in:
+6
@@ -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