account, myListings and emailUs pages
This commit is contained in:
@@ -185,6 +185,11 @@ export interface FieldError {
|
||||
fieldname: string;
|
||||
message: string;
|
||||
}
|
||||
export interface UploadParams {
|
||||
type: 'uploadPropertyPicture' | 'uploadCompanyLogo' | 'uploadProfile';
|
||||
imagePath: string;
|
||||
serialId?: number;
|
||||
}
|
||||
export function isEmpty(value: any): boolean {
|
||||
// Check for undefined or null
|
||||
if (value === undefined || value === null) {
|
||||
|
||||
Reference in New Issue
Block a user