summaryrefslogtreecommitdiff
path: root/src-migrate/types/promotionProgram.ts
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-13 10:37:34 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-13 10:37:34 +0700
commit3fe75f5dcaf75e71d29d50f3fb0aa1b5fb443224 (patch)
treef35ba29c86893f42768348fb498c4901cb406cea /src-migrate/types/promotionProgram.ts
parent46769b859bb56807d47053c3b99810455db12803 (diff)
<iman> update revisi banner all promotion
Diffstat (limited to 'src-migrate/types/promotionProgram.ts')
-rw-r--r--src-migrate/types/promotionProgram.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/types/promotionProgram.ts b/src-migrate/types/promotionProgram.ts
index 205884b6..c02cbfd0 100644
--- a/src-migrate/types/promotionProgram.ts
+++ b/src-migrate/types/promotionProgram.ts
@@ -5,4 +5,6 @@ export type IPromotionProgram = {
end_time: string;
applies_to: string;
time_left: number;
+ image:string;
+ banner:string;
};