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

    Type Alias PlatformArchivedPartnersCannotBeScheduledError

    보관된 파트너들을 예약 업데이트하려고 하는 경우

    type PlatformArchivedPartnersCannotBeScheduledError = {
        type: "PLATFORM_ARCHIVED_PARTNERS_CANNOT_BE_SCHEDULED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ARCHIVED_PARTNERS_CANNOT_BE_SCHEDULED"
    message?: string