rangoo94/bestest

View on GitHub
packages/fs/lib/interfaces/FileSystemOptionsInterface.ts

Summary

Maintainability
A
0 mins
Test Coverage
interface FileSystemOptionsInterface {
  publicPathPrefix: string
  rootDirectory: string | null
  useHostFileSystem: boolean
}

export {
  FileSystemOptionsInterface
}