Skip to content

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

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

import { TossPaymentsPostgresModuleOptions } from '@gj-kit/toss-payments-postgresql/nestjs';
/**
* forRoot 옵션 — 팩토리 옵션 + Nest 모듈 스코프.
*
* `sensitiveValueProtector`는 팩토리에서 상속한 필수 값이다. Nest 배선도 raw billing
* key·deposit secret·cancel retry를 평문 기본값으로 만들 수 없다.
*/
interface TossPaymentsPostgresModuleOptions extends TossPaymentsPostgresOptions {
/** 기본 true — 영속화 집합체는 전역 싱글턴이 자연스러운 단위다(모듈마다 재조립 금지). */
readonly global?: boolean;
}

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: ./nestjs
  • Source: GitHub