import type { IWebdavAccountPayload } from '../../../../definition/IWebdavAccount'; export type AddWebdavAccountMethod = (data: IWebdavAccountPayload) => void;