Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CONST.ts « ts - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b36ad877120784a8d85bbdfe2a8918dbf50d8ad2 (plain)
1
2
3
4
5
6
7
export const SERVER_TYPE = {
   INTERNAL: 0,
   EXTERNAL: 1,
   MANAGED: 2
};

export const DEPENDENCIES = ['JSXC', 'OC'];