Module

Presto.Core.Language.Runtime.Interpreter

Package
purescript-presto
Repository
juspay/purescript-presto

#UIRunner Source

type UIRunner = forall e. String -> Aff (ui :: UI | e) String

#PermissionCheckRunner Source

type PermissionCheckRunner = forall e. Array Permission -> Aff (storage :: STORAGE | e) PermissionStatus

#PermissionTakeRunner Source