UNPKG

renovate

Version:

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

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