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

    Type Alias PlatformPartnerScheduleAlreadyExistsError

    type PlatformPartnerScheduleAlreadyExistsError = {
        type: "PLATFORM_PARTNER_SCHEDULE_ALREADY_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_PARTNER_SCHEDULE_ALREADY_EXISTS"
    message?: string