diff --git a/src/Matrix.elm b/src/Matrix.elm index 5042f58..b68789e 100644 --- a/src/Matrix.elm +++ b/src/Matrix.elm @@ -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