UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

6 lines (5 loc) 208 B
import { AbstractMigration } from '../base/abstract-migration'; export declare class BranchNameMigration extends AbstractMigration { readonly propertyName = "branchName"; run(value: unknown): void; }