import { Contact } from './Customer/Contact';
/** Customer service relative information */
export interface Customer {
    /** Customer contact list */
    contacts: Contact[];
}
//# sourceMappingURL=Customer.d.ts.map