import type { IWebdavAccountIntegration } from '@rocket.chat/core-typings'; export const getWebdavServerName = ({ name, serverURL, username }: Omit): string => name || `${username}@${serverURL?.replace(/^https?\:\/\//i, '')}`;