interface DepartmentResource { /** * */ uri?: string; /** * */ id?: string; /** * */ extensionNumber?: string; } export default DepartmentResource;