import type { CustomerDetailsModel, ContactDetailsModel } from './types'; export type { CustomerDetailsModel, ContactDetailsModel };