Update exposed Vault to match internal Vault

2-transfer-tools
Bram 2023-12-18 02:11:31 +01:00
parent ce0f96a74e
commit 3b927dc460
1 changed files with 4 additions and 2 deletions

View File

@ -19,11 +19,13 @@ support a monolithic public registry. (:
-}
import Types
{-| The Vault type stores all relevant information about the Matrix API.
It currently supports no functionality and it will just stay here - for fun.
-}
type Vault
= Vault
type alias Vault =
Types.Vault