fix: update jsdoc comments for enums

This commit is contained in:
StevanFreeborn
2023-02-21 13:48:32 -06:00
committed by Stevan Freeborn
parent 2000a860a4
commit e97ee15387
4 changed files with 32 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
/**
* @enum FileStorageSite - The site where the file is stored.
*/
export enum FileStorageSite {
/**
* @constant Internal - The file is stored in the internal file storage.