Type Alias PlatformAccountVerificationAlreadyUsedError

PlatformAccountVerificationAlreadyUsedError: {
    type: "PLATFORM_ACCOUNT_VERIFICATION_ALREADY_USED";
    message?: string;
}

파트너 계좌 검증 아이디를 이미 사용한 경우

Type declaration

  • type: "PLATFORM_ACCOUNT_VERIFICATION_ALREADY_USED"
  • Optionalmessage?: string