generated from tpl/purs
7 lines
140 B
Haskell
7 lines
140 B
Haskell
|
module Gitea.Config where
|
||
|
|
||
|
import Data.URL (URL)
|
||
|
import Gitea.Auth (Authenticated)
|
||
|
|
||
|
type Config = { baseURI :: URL, auth :: Authenticated }
|