Variable ROOT_FILESYSTEM_PERMISSIONSConst

ROOT_FILESYSTEM_PERMISSIONS: {
    fs: {
        private: DirectoryPath<Segments>[];
        public: DirectoryPath<Segments>[];
    };
} = ...

Type declaration

Generated using TypeDoc