module Gitea.Config where import Data.URL (URL) import Gitea.Auth (Authenticated) type Config = { baseURI :: URL, auth :: Authenticated }