PromotionClient: {
    getPromotion: ((promotionId: string) => Promise<Promotion>);
}

Type declaration