Type Alias FilesystemOf<T>Internal

FilesystemOf: T extends Backend<infer FS> ? FS : never

Gets the FileSystem type for a backend

Type Parameters