mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Initial application stub
This commit is contained in:
8
modules/webapp/src/main/elm/Ports.elm
Normal file
8
modules/webapp/src/main/elm/Ports.elm
Normal file
@ -0,0 +1,8 @@
|
||||
port module Ports exposing (..)
|
||||
|
||||
import Api.Model.AuthResult exposing (AuthResult)
|
||||
|
||||
port initElements: () -> Cmd msg
|
||||
|
||||
port setAccount: AuthResult -> Cmd msg
|
||||
port removeAccount: String -> Cmd msg
|
Reference in New Issue
Block a user