image-cropper component, drag & drop bilder
This commit is contained in:
@@ -17,12 +17,15 @@ export type SelectOption<T = number> = {
|
||||
value: T;
|
||||
label: string;
|
||||
};
|
||||
export type ImageType = {
|
||||
name:'propertyPicture'|'companyLogo'|'profile',upload:string,delete:string,
|
||||
}
|
||||
export interface Listing {
|
||||
id: string;
|
||||
userId: string;
|
||||
type: string; //enum
|
||||
title: string;
|
||||
description: Array<string>;
|
||||
description: string;
|
||||
country: string;
|
||||
city: string,
|
||||
state: string;//enum
|
||||
|
||||
Reference in New Issue
Block a user