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

    Type Alias PlatformPartnerIdsAlreadyExistError

    type PlatformPartnerIdsAlreadyExistError = {
        type: "PLATFORM_PARTNER_IDS_ALREADY_EXISTS";
        ids: string[];
        graphqlIds: string[];
        message?: string;
    }
    Index

    Properties

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