Type Alias PlatformPartnerIdsDuplicatedError
PlatformPartnerIdsDuplicatedError: {
type: "PLATFORM_PARTNER_IDS_DUPLICATED";
ids: string[];
graphqlIds: string[];
message?: string;
}
Type declaration
type: "PLATFORM_PARTNER_IDS_DUPLICATED"
ids: string[]
graphqlIds: string[]
Optional
message?: string