import { ContactView } from "./contactView";
export interface GetListContactResult {
    contacts: ContactView[];
}
