elm-matrix-sdk-beta/src/Internal/Values/Vault.elm

15 lines
204 B
Elm

module Internal.Values.Vault exposing (Vault)
{-| This module hosts the Vault module.
@docs Vault
-}
import Internal.Values.Envelope as Envelope
{-| This is the Vault type.
-}
type alias Vault = ()