aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/types.dhall
blob: 938dc748b5bf54df683af05ef99c79a0424e67dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ Vault =
    ./Vault.dhall
, Config =
    ./Config.dhall
, Server =
    ./server/Server.dhall
, Service =
    ./server/service/Service.dhall
, Plugin =
    ./server/service/plugin/Plugin.dhall
, Route =
    ./server/service/route/Route.dhall
}