TypeScript Types
Type definitions and aliases for TypeScript users.
Table of contents
TypeScript Types
All classes and interfaces are fully typed. Import types as needed:
import {
IMigrationScript,
IMigrationInfo,
IMigrationResult,
IDatabaseMigrationHandler,
Config,
BackupConfig,
MigrationScriptExecutor
} from '@migration-script-runner/core';