Alokai

PromotionResultList

Representation of a Promotion result list PromotionResultList

export interface PromotionResultList {
	'promotions'?: Array<PromotionResult>;
}

Properties

NameRequiredTypeDescription
promotionsOptionalArray<PromotionResult>List of promotion results {Array<PromotionResult>} PromotionResultList

Referenced Types

On this page