purescript-gitea/src/Gitea.Config.purs

7 lines
140 B
Haskell
Raw Normal View History

2023-11-26 23:04:09 +00:00
module Gitea.Config where
import Data.URL (URL)
import Gitea.Auth (Authenticated)
type Config = { baseURI :: URL, auth :: Authenticated }