mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
fix type errors on automigrate check
step
This commit is contained in:
parent
90b88da8d2
commit
6402ced34a
@ -3,7 +3,7 @@ import type { JsPackageManager } from '../js-package-manager';
|
|||||||
export interface CheckOptions {
|
export interface CheckOptions {
|
||||||
packageManager: JsPackageManager;
|
packageManager: JsPackageManager;
|
||||||
rendererPackage?: string;
|
rendererPackage?: string;
|
||||||
configDir: string;
|
configDir?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface RunOptions<ResultType> {
|
export interface RunOptions<ResultType> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user