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

    Type Alias PlatformPartnerScheduleExistsError

    파트너 수정 예약 건이 존재하는 경우

    type PlatformPartnerScheduleExistsError = {
        type: "PLATFORM_PARTNER_SCHEDULE_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_PARTNER_SCHEDULE_EXISTS"
    message?: string