UNPKG

nextcloud-node-client

Version:

Nextcloud client API for node.js TypeScript applications

8 lines (7 loc) 231 B
export default class Environment { static getMinLogLevel(): string; static getNextcloudUrl(): string; static getUserName(): string; static getPassword(): string; static getRecordingActiveIndicator(): boolean; }