this should be an exported type

This commit is contained in:
2025-03-16 15:01:16 -04:00
parent e04f2adae0
commit 89b9320cc3

View File

@ -162,6 +162,7 @@ rfwfs.directory = function<T extends Entry>(default_name: string, default_permis
export default rfwfs export default rfwfs
export { export {
type EntryCollection, type EntryCollection,
type RfwfsDirectory,
type FileInner, type FileInner,
type EntryFile, type EntryFile,
type Entry, type Entry,