interface TextFile {
  data: string
  path: string
}

export default TextFile
