export interface RemoveContactForm {
    principal: string;
}
