Type alias FilesystemOf<T>Internal

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

Gets the FileSystem type for a backend

Type Parameters