diff --git a/core/config/types.ts b/core/config/types.ts index 2500042e887..f0281a7d42d 100644 --- a/core/config/types.ts +++ b/core/config/types.ts @@ -649,7 +649,7 @@ declare global { } export enum FileType { - Unkown = 0, + Unknown = 0, File = 1, Directory = 2, SymbolicLink = 64,