export type CifsAddParams = { hostname: string; path: string; username: string; password: string | null; };