Skip to content

MigrationResult — @gj-kit/toss-payments-postgresql

A public interface from @gj-kit/toss-payments-postgresql/testing. The signature below is taken directly from the 0.5.1 release declaration.

import { MigrationResult } from '@gj-kit/toss-payments-postgresql/testing';
interface MigrationResult {
/** 이번 호출이 실제 적용한 마이그레이션 id (적용 순서). */
readonly applied: readonly string[];
/** 버전 테이블에 이미 기록돼 있어 건너뛴 id — 멱등 재실행의 증거. */
readonly skipped: readonly string[];
}

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/toss-payments-postgresql
  • Version: 0.5.1
  • Public entry: ./testing
  • Source: GitHub