port module Ports exposing (eraseVideo, registerVideo) port registerVideo : ( String, String, Maybe Int ) -> Cmd msg port eraseVideo : () -> Cmd msg