Shared: added VDR Indexing enums

This commit is contained in:
Dmitry Sychugov 2024-05-13 19:27:43 +05:00
parent 60bf65af7d
commit b26186c8cf

View File

@ -523,3 +523,8 @@ export const enum EditorConfigErrorType {
AccessDeniedScope = "System.Security.SecurityException",
TenantQuotaException = "ASC.Core.Tenants.TenantQuotaException",
}
export const enum VDRIndexingAction {
HigherIndex = "HigherIndex",
LowerIndex = "LowerIndex",
}