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

    Type Alias InformationMismatchError

    정보가 일치하지 않는 경우

    type InformationMismatchError = {
        type: "INFORMATION_MISMATCH";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "INFORMATION_MISMATCH"
    message?: string