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

    Type Alias PlatformPartnerSchedulesAlreadyExistError

    type PlatformPartnerSchedulesAlreadyExistError = {
        type: "PLATFORM_PARTNER_SCHEDULES_ALREADY_EXIST";
        ids: string[];
        graphqlIds: string[];
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_PARTNER_SCHEDULES_ALREADY_EXIST"
    ids: string[]
    graphqlIds: string[]
    message?: string