From 3b927dc46008a062ef9903be8b93225325cd2e69 Mon Sep 17 00:00:00 2001 From: Bram Date: Mon, 18 Dec 2023 02:11:31 +0100 Subject: [PATCH] Update exposed Vault to match internal Vault --- src/Matrix.elm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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