MK

Size: a a a
MK
MK
MK
MK
MK
AP
MK
AP
AP
AP
AP
MK
AP
MK
AP
AP
DM
SG
DM
LK
export const INIT_NEW_PROMOTION_SETUP = `${name}/INIT_NEW_PROMOTION_SETUP`;
interface IInitNewPromotionSetupAction {
type: typeof INIT_NEW_PROMOTION_SETUP;
payload: {
webPromoId: string;
promotionName: string;
promotionType: string;
epochStart: string;
epochEnd: string;
notificationEmail: string;
bottomLineCopy: string;
cardHolder: string;
source: string;
inclusionStores: Array<{ locationId: string }>;
promotionDetails: Record<string, any>;
};
}