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

    Type Alias IdentityVerificationAlreadySentError

    본인인증 건이 이미 API로 요청된 상태인 경우

    type IdentityVerificationAlreadySentError = {
        type: "IDENTITY_VERIFICATION_ALREADY_SENT";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "IDENTITY_VERIFICATION_ALREADY_SENT"
    message?: string