Loyalty Page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface LoyaltyType {
|
||||
id: string
|
||||
name: string
|
||||
minimumPurchase: number
|
||||
pointMultiplier: number
|
||||
benefits: string[]
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
}
|
||||
Reference in New Issue
Block a user