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