UNPKG

194 BTypeScriptView Raw
1interface FixOptions {
2 fixId?: string;
3 yes?: boolean;
4 dryRun?: boolean;
5}
6export declare const automigrate: ({ fixId, dryRun, yes }?: FixOptions) => Promise<void>;
7export {};