export interface CustomerModel { displayName: string; mobile?: string; email?: string; street?: string; createdAt?: any; updatedAt?: any; id?: any; }