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

    Type Alias PlatformArchivedContractError

    보관된 계약을 업데이트하려고 하는 경우

    type PlatformArchivedContractError = {
        type: "PLATFORM_ARCHIVED_CONTRACT";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ARCHIVED_CONTRACT"
    message?: string