feat: add image upload for health package
This commit is contained in:
@@ -7,6 +7,7 @@ export interface HealthPackage {
|
||||
slug: string;
|
||||
description?: string;
|
||||
price: number;
|
||||
image?: string;
|
||||
discountedPrice?: number;
|
||||
inclusions: Record<string, string[]>;
|
||||
categoryId: number;
|
||||
|
||||
Reference in New Issue
Block a user