simplified create item. Restructured profile. Simplified availability
This commit is contained in:
@@ -34,7 +34,6 @@ export interface Item {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
isPortable: boolean;
|
||||
pickUpAvailable?: boolean;
|
||||
localDeliveryAvailable?: boolean;
|
||||
localDeliveryRadius?: number;
|
||||
|
||||
Reference in New Issue
Block a user