TypeScript Types

Type definitions and aliases for TypeScript users.

Table of contents

  1. TypeScript Types

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';