import type { CampaignNotFoundErrorResponse } from './CampaignNotFoundErrorResponse'; import type { PromotionNotFoundErrorResponse } from './PromotionNotFoundErrorResponse'; /** * @type InlineObject2 * */ export type InlineObject2 = CampaignNotFoundErrorResponse | PromotionNotFoundErrorResponse;