Skip to content

TossPaymentsModuleOptions — @gj-kit/toss-payments-nestjs

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

import { TossPaymentsModuleOptions } from '@gj-kit/toss-payments-nestjs';
/** `forRoot`/`register`에서 공유하는 Nest module 옵션. */
interface TossPaymentsModuleOptions {
/** 기본 true. 모듈 경계를 엄격히 유지하려면 false를 명시한다. */
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-nestjs
  • Version: 0.4.4
  • Public entry: .
  • Source: GitHub