module TW.Types where

import qualified Data.Text as T

data LibraryInfo
   = LibraryInfo
   { li_name :: T.Text
   , li_version :: T.Text
   }