Campaign
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface Campaign {
|
||||
id: string
|
||||
name: string
|
||||
description?: string
|
||||
minimumPurchase: number
|
||||
rewardType: 'point' | 'voucher' | 'discount'
|
||||
rewardValue: number
|
||||
startDate: Date
|
||||
endDate: Date
|
||||
isActive: boolean
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
}
|
||||
Reference in New Issue
Block a user