Creating a clientCreating a nextcloud client// uses the environment to initialize import Client from "nextcloud-node-client"; const client = new Client();// uses explicite credentials import Client, { Server } from "nextcloud-node-client"; const server: Server = new Server( { basicAuth: { ...