export interface EditContactForm {
    name: string;
    principal: string;
}
