/** 결제가 발생한 클라이언트 환경 */ export type PaymentClientType = "SDK_MOBILE" | "SDK_PC" | "API" | string & {};