Skip to content

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

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

import { TossPaymentsKitName } from '@gj-kit/toss-payments-nestjs';
/**
* Named kit 식별자. 서로 다른 키 쌍(API `sk`, 결제위젯 `gsk` 등)은 반드시 다른 이름으로
* 등록한다. 이름은 Nest application 안에서 유일해야 한다.
*/
type TossPaymentsKitName = 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-nestjs
  • Version: 0.4.4
  • Public entry: .
  • Source: GitHub