removed unneeded fields from item including needsTraining
This commit is contained in:
@@ -90,11 +90,7 @@ export interface Item {
|
||||
images: string[];
|
||||
condition: "excellent" | "good" | "fair" | "poor";
|
||||
availability: boolean;
|
||||
specifications: Record<string, any>;
|
||||
rules?: string;
|
||||
minimumRentalDays: number;
|
||||
maximumRentalDays?: number;
|
||||
needsTraining?: boolean;
|
||||
availableAfter?: string;
|
||||
availableBefore?: string;
|
||||
specifyTimesPerDay?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user