UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

8 lines (7 loc) 192 B
export declare enum StoreType { GridFS = "GridFS:Uploads", AmazonS3 = "AmazonS3", GoogleCloudStorage = "GoogleCloudStorage", Webdav = "Webdav", FileSystem = "FileSystem" }