@portone/server-sdk
    Preparing search index...

    Type Alias IdentityVerificationAlreadyVerifiedError

    본인인증 건이 이미 인증 완료된 상태인 경우

    type IdentityVerificationAlreadyVerifiedError = {
        type: "IDENTITY_VERIFICATION_ALREADY_VERIFIED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "IDENTITY_VERIFICATION_ALREADY_VERIFIED"
    message?: string