import { BaseObject } from './baseObject';
export interface BaseContact extends BaseObject {
}
