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

Type declaration

  • getPromotion: (options: { promotionId: string }) => Promise<Promotion>

    프로모션 단건 조회

    주어진 아이디에 대응되는 프로모션을 조회합니다.